From 73abde98693feb1c9317bd2891e8cd8adbd99474 Mon Sep 17 00:00:00 2001 From: Robbie Gleichman Date: Mon, 31 Aug 2020 01:30:06 -0700 Subject: [PATCH] Add comment to gui/Main.hs that it's formatted with Ormolu. --- gui/Main.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/gui/Main.hs b/gui/Main.hs index 2f5620e..5e0619e 100644 --- a/gui/Main.hs +++ b/gui/Main.hs @@ -1,3 +1,4 @@ +-- This file is formatted with Ormolu {-# LANGUAGE BlockArguments #-} {-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE GADTs #-}