Skip to content

Commit

Permalink
add newline so atom package can handle BootTidal.hs correctly (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgold-cosmos authored and yaxu committed Dec 29, 2019
1 parent 531541e commit 19fc1a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BootTidal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
:set prompt-cont ""

import Sound.Tidal.Context

import System.IO (hSetEncoding, stdout, utf8)

hSetEncoding stdout utf8
Expand Down

0 comments on commit 19fc1a7

Please sign in to comment.