Skip to content

Commit 5faf710

Browse files
committed
Fix a minor indentation problem
1 parent 1969c6f commit 5faf710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

00-introduction/solution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Equal, Expect } from "../helpers";
55
/**
66
* 0. Warmup, try assigning "World" to `type Hello`.
77
*/
8-
namespace zero {
8+
namespace zero {
99
type Hello = "World";
1010

1111
type test1 = Expect<Equal<Hello, "World">>;

0 commit comments

Comments
 (0)