Skip to content

Commit 3549cca

Browse files
committed
cosmetic: consistent indentation
1 parent 3707b22 commit 3549cca

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

nesting/1-counter-pair.elm

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ main =
1818

1919

2020
type alias Model =
21-
{ topCounter : Counter.Model
22-
, bottomCounter : Counter.Model
23-
}
21+
{ topCounter : Counter.Model
22+
, bottomCounter : Counter.Model
23+
}
2424

2525

2626
init : Int -> Int -> Model
2727
init top bottom =
28-
{ topCounter = Counter.init top
29-
, bottomCounter = Counter.init bottom
30-
}
28+
{ topCounter = Counter.init top
29+
, bottomCounter = Counter.init bottom
30+
}
3131

3232

3333

0 commit comments

Comments
 (0)