Skip to content

Commit a621319

Browse files
committed
chore(test): fix test/fixture/editorconfig/tab/main.ts
1 parent c83a94b commit a621319

File tree

1 file changed

+1
-1
lines changed
  • test/fixture/editorconfig/tab

1 file changed

+1
-1
lines changed

test/fixture/editorconfig/tab/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class Sample {
2-
hello(word="world"){return "Hello, " + word;}
2+
hello(word="world"){return "Hello, " + word;}
33
}
44

55
var s=new Sample();

0 commit comments

Comments
 (0)