Minor formatting tweaks made while reading diffs.

This commit is contained in:
Michael Bayne
2023-11-28 14:43:11 -08:00
parent fe6ef9c75d
commit 92c1222d80
8 changed files with 69 additions and 94 deletions
@@ -45,7 +45,7 @@ public class Spec
public String getPartial (String name) {
return partials == null ? null : partials.get(name);
}
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
@@ -61,4 +61,4 @@ public class Spec
value.accept(getExpectedOutput());
return sb.toString();
}
}
}