Skip to content
Snippets Groups Projects
Commit 0c6ed428 authored by Michael Leuschel's avatar Michael Leuschel
Browse files

add missing semicolon

parent ae083a9d
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ public class DisproverReasoner implements IReasoner {
IEventBProject evbProject;
if (origin==null) { // no origin available; seems to happen in Rodin 3.5RC upon startup
System.out.println("No origin available for sequent")
System.out.println("No origin available for sequent");
// throw new InterruptedException(); // Should we do this instead of trying to work with null project?
evbProject = null;
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment