From 518a6a9ee31f0b03f08cb77bc613b4d708bb640b Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 13 Jan 2023 20:32:20 +0530 Subject: chore: prettier --- stdlib/stdio.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'stdlib/stdio.ts') diff --git a/stdlib/stdio.ts b/stdlib/stdio.ts index 56b546d..b1e205b 100644 --- a/stdlib/stdio.ts +++ b/stdlib/stdio.ts @@ -8,7 +8,6 @@ export interface Debug<_ extends string, T> extends Effect {} export interface ReadLine extends Effect {} -export type PutStringLn = - S extends infer S extends string - ? PutString<`${S}\n`> - : never +export type PutStringLn = S extends infer S extends string + ? PutString<`${S}\n`> + : never -- cgit v1.3.1