1
0
Fork 0

[F] Fixed style errors

This commit is contained in:
seleznevae 2018-05-06 17:08:32 +03:00
parent e870d1dc2c
commit a87ad88c29
2 changed files with 3 additions and 5 deletions

View File

@ -6,8 +6,7 @@ def comment_line(line):
def amalgamate(config): def amalgamate(config):
with open(config["output_file"], "w") as output_f: with open(config["output_file"], "w") as output_f:
output_f.write(""" output_f.write("""/*
/*
libfort libfort
MIT License MIT License

View File

@ -1,4 +1,3 @@
/* /*
libfort libfort