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

Fix indents

parent a6ed00a4
No related branches found
No related tags found
No related merge requests found
Pipeline #129086 passed
...@@ -377,8 +377,7 @@ public class Theories { ...@@ -377,8 +377,7 @@ public class Theories {
prologOutput.printAtom(indArg); prologOutput.printAtom(indArg);
prologOutput.openList(); prologOutput.openList();
if (ex == null) { if (ex == null) {
throw new IllegalStateException("Empty expression for axiomatic recursive definition case " + es + throw new IllegalStateException("Empty expression for axiomatic recursive definition case " + es + " and inductive argument " + indArg);
" and inductive argument " + indArg);
} else { } else {
for (FreeIdentifier fi : ex.getFreeIdentifiers()) { for (FreeIdentifier fi : ex.getFreeIdentifiers()) {
prologOutput.printAtom(fi.getName()); 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