Skip to content

Commit

Permalink
Merge pull request #8 from 3Rafal/3rafal/stockquotes-dollars
Browse files Browse the repository at this point in the history
Drop redundant `$`
  • Loading branch information
bravit authored May 2, 2021
2 parents ac97c39 + 0ba5b56 commit 3094b5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stockquotes/Charts.hs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ plotChart title quotes fname = do
(day, [volume])) | QuoteData {..} <- toList quotes ]

chart = slayouts_layouts .~
[ StackedLayout $ candlesLayout,
StackedLayout $ volumesLayout
[ StackedLayout candlesLayout,
StackedLayout volumesLayout
]
$ def

Expand Down

0 comments on commit 3094b5c

Please sign in to comment.