Skip to content

Commit

Permalink
🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
AlephAlpha committed Oct 15, 2023
1 parent 6b392f1 commit 97b9b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nekomata/Eval.hs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ data Result
deriving (Eq)

instance Show Result where
show (All truncated xs) = unwords xs ++ if truncated then "..." else ""
show (All truncated xs) = unwords xs ++ if truncated then " ..." else ""
show (First x) = fromMaybe "" x
show (Count n) = show n
show (Check b) = show b
Expand Down

0 comments on commit 97b9b59

Please sign in to comment.