From b347afc70c305b47860a40bac43c3fe407a3c25a Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 14 Jan 2023 11:27:51 +0530 Subject: chore: prettier --- examples/greeting.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'examples/greeting.ts') diff --git a/examples/greeting.ts b/examples/greeting.ts index 8ed2181..72edde2 100644 --- a/examples/greeting.ts +++ b/examples/greeting.ts @@ -10,12 +10,11 @@ export type main = [ PutStringLn<'----------------'>, PutString<'Your name? '>, - Bind() => - PutStringLn<`Hello, ${name}`>>, + Bind() => PutStringLn<`Hello, ${name}`>>, PutStringLn<'----------------'>, PutString<'Your purpose in life? '>, Bind, - PutStringLn<'----------------'>, + PutStringLn<'----------------'> ] -- cgit v1.3.1