Skip to content

Commit

Permalink
improve printing
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanLin520 committed Oct 31, 2024
1 parent d239128 commit c1f6cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svf/include/Graphs/GraphPrinter.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class GraphPrinter
return;
}

O << "Writing '" << Filename << "'...";
O << "Writing '" << Filename << "'...\n";

WriteGraph(outFile, GT, simple);
outFile.close();
Expand Down

0 comments on commit c1f6cf7

Please sign in to comment.