From 5faf710932e52e1eb71e424d284f54f1fc450fb2 Mon Sep 17 00:00:00 2001 From: Shinya Fujino Date: Mon, 10 Oct 2022 18:27:47 +0900 Subject: [PATCH] Fix a minor indentation problem --- 00-introduction/solution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/00-introduction/solution.ts b/00-introduction/solution.ts index e9eb2d6..6f1b55f 100644 --- a/00-introduction/solution.ts +++ b/00-introduction/solution.ts @@ -5,7 +5,7 @@ import { Equal, Expect } from "../helpers"; /** * 0. Warmup, try assigning "World" to `type Hello`. */ - namespace zero { +namespace zero { type Hello = "World"; type test1 = Expect>;