Skip to content
Snippets Groups Projects
Commit fbdfef02 authored by dgelessus's avatar dgelessus
Browse files

Fix indents

parent a6ed00a4
Branches
Tags
No related merge requests found
Pipeline #129086 passed
......@@ -377,8 +377,7 @@ public class Theories {
prologOutput.printAtom(indArg);
prologOutput.openList();
if (ex == null) {
throw new IllegalStateException("Empty expression for axiomatic recursive definition case " + es +
" and inductive argument " + indArg);
throw new IllegalStateException("Empty expression for axiomatic recursive definition case " + es + " and inductive argument " + indArg);
} else {
for (FreeIdentifier fi : ex.getFreeIdentifiers()) {
prologOutput.printAtom(fi.getName());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment