Skip to content

Commit

Permalink
(#345) double ## fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mathhyyn committed Jun 18, 2024
1 parent 833cccd commit 6ea4cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/AutomatonToImage/src/AutomatonToImage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ void write_to_file(const string& file_name, const string& content) {
ofstream file;
file.open(file_name, ofstream::trunc);
if (file.is_open())
file << replace_before_dot2tex(content);
file << content;
file.close();
}

Expand Down

0 comments on commit 6ea4cd4

Please sign in to comment.