Skip to content

Commit cc7c360

Browse files
authored
Merge pull request #4 from morinokami/patch-1
Fix a minor indentation problem
2 parents 1969c6f + 5faf710 commit cc7c360

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)