fix code formatting
This commit is contained in:
@@ -196,7 +196,9 @@ public abstract class CodegenTestCase extends JetLiteFixture {
|
|||||||
|
|
||||||
r = method;
|
r = method;
|
||||||
}
|
}
|
||||||
if (r == null) { throw new AssertionError(); }
|
if (r == null) {
|
||||||
|
throw new AssertionError();
|
||||||
|
}
|
||||||
return r;
|
return r;
|
||||||
} catch (Error e) {
|
} catch (Error e) {
|
||||||
System.out.println(generateToText());
|
System.out.println(generateToText());
|
||||||
|
|||||||
Reference in New Issue
Block a user