Skip to content

Commit 6d6969d

Browse files
Update tests/parser/namespace.ts
Co-authored-by: CountBleck <[email protected]>
1 parent 7c6720b commit 6d6969d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/parser/namespace.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
let outsideVariable:i32 = 0;
1+
let outsideVariable: i32 = 0;
22
declare namespace A {
33
outsideVariable = 42;
44
namespace B {

0 commit comments

Comments
 (0)