Skip to content

Commit bad6694

Browse files
committed
undo empty lines
1 parent c738bed commit bad6694

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

GUI/DataFiles.hs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,10 @@ uiFile = "threadscope.ui"
2121
logoFile :: FilePath
2222
logoFile = "threadscope.png"
2323

24-
25-
2624
-- | Textual representation of the UI file
2725
ui :: Q Exp
2826
ui = [| TE.decodeUtf8 $(makeRelativeToProject uiFile >>= embedFile) |]
2927

30-
31-
32-
3328
renderLogo :: B.ByteString -> IO (Maybe Pixbuf)
3429
renderLogo bytes =
3530
withSystemTempFile logoFile $ \path h -> do

0 commit comments

Comments
 (0)