about summary refs log tree commit diff
path: root/src/Xanthous/Util/Graphics.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Xanthous/Util/Graphics.hs')
-rw-r--r--src/Xanthous/Util/Graphics.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Xanthous/Util/Graphics.hs b/src/Xanthous/Util/Graphics.hs
index 5a174d4f41..3dc2f6f14c 100644
--- a/src/Xanthous/Util/Graphics.hs
+++ b/src/Xanthous/Util/Graphics.hs
@@ -3,7 +3,7 @@
 module Xanthous.Util.Graphics where
 --------------------------------------------------------------------------------
 import Xanthous.Prelude
-import           Data.List                                ( unfoldr )
+import Data.List (unfoldr)
 --------------------------------------------------------------------------------
 
 -- | Generate a circle centered at the given point and with the given radius