fix code formatting

This commit is contained in:
Stepan Koltsov
2012-05-02 14:57:49 +04:00
parent eeafd06cd8
commit 34829a9ab9
@@ -196,7 +196,9 @@ public abstract class CodegenTestCase extends JetLiteFixture {
r = method;
}
if (r == null) { throw new AssertionError(); }
if (r == null) {
throw new AssertionError();
}
return r;
} catch (Error e) {
System.out.println(generateToText());