Skip to content

Commit

Permalink
style: add \n to end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
AldricJourdain committed Jan 13, 2024
1 parent 728de50 commit 71f1faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LobsterLang/src/Compiler.hs
Original file line number Diff line number Diff line change
Expand Up @@ -594,4 +594,4 @@ compile ast filepath showInst = if showInst
else writeCompiledInstructionsToFile filepath compiledInstructions
where
instructions = concatMap astToInstructions ast ++ [Ret]
compiledInstructions = _putInt32 (fromEnum MagicNumber) >> _fputList _compileInstruction instructions
compiledInstructions = _putInt32 (fromEnum MagicNumber) >> _fputList _compileInstruction instructions

0 comments on commit 71f1faa

Please sign in to comment.