Skip to content

Commit

Permalink
Fix witness tracing indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed May 11, 2023
1 parent 3e72ba0 commit 997f9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/witness/witness.ml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ let write_file filename (module Task:Task) (module TaskResult:WitnessTaskResult)
) edge_to_nodes
end
else
if M.tracing then M.traceu "witness" "iter_node %s\n" (N.to_string node);
if M.tracing then M.traceu "witness" "iter_node %s\n" (N.to_string node);
end
in

Expand Down

0 comments on commit 997f9ae

Please sign in to comment.