Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill redundant blank lines (codefactor.io)
[simgrid.git] / src / mc / explo / DFSExplorer.cpp
index ba28f03..373d6e8 100644 (file)
@@ -171,7 +171,6 @@ void DFSExplorer::run()
 
       mc_model_checker->dot_output("\"%ld\" -> \"%ld\" [%s];\n", state->get_num(), next_state->get_num(),
                                    state->get_transition()->dot_string().c_str());
-
     } else
       mc_model_checker->dot_output("\"%ld\" -> \"%ld\" [%s];\n", state->get_num(),
                                    visited_state_->original_num == -1 ? visited_state_->num