Skip to content

Commit

Permalink
changing delimiters
Browse files Browse the repository at this point in the history
  • Loading branch information
cpierard committed Mar 18, 2017
1 parent 25b3a19 commit 871b973
Show file tree
Hide file tree
Showing 2 changed files with 176 additions and 176 deletions.
2 changes: 1 addition & 1 deletion test/ITF1788_tests/separatebigchunks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ for i in 1:length(code_lines)

end

new_file = join(code_lines_new, "\t")
new_file = join(code_lines_new)
f_new = open("test_file.jl", "w")
print(f_new, new_file)
close(f_new)
Expand Down
Loading

0 comments on commit 871b973

Please sign in to comment.