Skip to content

Commit

Permalink
run elm-format
Browse files Browse the repository at this point in the history
  • Loading branch information
CSchank committed Mar 8, 2019
1 parent accd85a commit f2997f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Simulating.elm
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ renderTape model input tapeSt tapeId selectedId inputAt showButtons =
|> move ( 0, 10.25 )
]
|> move
( toFloat n * xpad
( toFloat n
* xpad
+ (if not showButtons then
xpad / 2

Expand Down

0 comments on commit f2997f5

Please sign in to comment.