Change to a more consistent alignment style.
[hope.git] / src / hope_option.erl
index ad0adac..92636c9 100644 (file)
@@ -1,15 +1,20 @@
 -module(hope_option).
 
--export_type([ t/1
-             ]).
+-export_type(
+    [ t/1
+    ]).
 
--export([ put/2
-        , get/2
-        , map/2
-        ]).
+-export(
+    [ put/2
+    , get/2
+    , map/2
+    ]).
 
 
--type t(A) :: none | {some, A}.
+-type t(A) ::
+      none
+    | {some, A}
+    .
 
 
 put(X, F) ->
This page took 0.017021 seconds and 4 git commands to generate.