We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3707b22 commit 3549ccaCopy full SHA for 3549cca
nesting/1-counter-pair.elm
@@ -18,16 +18,16 @@ main =
18
19
20
type alias Model =
21
- { topCounter : Counter.Model
22
- , bottomCounter : Counter.Model
23
- }
+ { topCounter : Counter.Model
+ , bottomCounter : Counter.Model
+ }
24
25
26
init : Int -> Int -> Model
27
init top bottom =
28
- { topCounter = Counter.init top
29
- , bottomCounter = Counter.init bottom
30
+ { topCounter = Counter.init top
+ , bottomCounter = Counter.init bottom
31
32
33
0 commit comments