Skip to content

Commit df1033f

Browse files
committed
style: remove useless spaces
1 parent c421520 commit df1033f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/utils/html.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ describe("createNormalizedUrl", () => {
292292
it("Permits Emoji characters", () => {
293293
equal(createNormalizedUrl("🐌 Foo 🪐.md"), "🐌_Foo_🪐.md");
294294
});
295-
295+
296296
it("Permits UTF8 characters", () => {
297297
equal(createNormalizedUrl("◉ bar⚐.md"), "◉_bar⚐.md");
298298
});

0 commit comments

Comments
 (0)