Skip to content

Commit

Permalink
Removed newline from the end of output
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahhhhmed committed Apr 2, 2018
1 parent 5f97f93 commit 1426009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homotopy/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def main():

snippet = parser.parse_args().snippet[0]

print(Compiler().compile(homotopy.parser.parser.parse(snippet)))
print(Compiler().compile(homotopy.parser.parser.parse(snippet)), end='')


if __name__ == "__main__":
Expand Down

0 comments on commit 1426009

Please sign in to comment.