Skip to content

Commit 578634b

Browse files
committed
Format tests
1 parent 5a0ad09 commit 578634b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/org/sosy_lab/llvm_j/PackageSanityTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ public class PackageSanityTest extends AbstractPackageSanityTests {
5757
setDefault(TypeRef.class, t);
5858
setDistinctValues(TypeRef.class, t, b2.getFirstInstruction().typeOf());
5959
setDefault(LLVMLibrary.LLVMTypeRef.class, t.type());
60-
setDistinctValues(LLVMLibrary.LLVMTypeRef.class, t.type(), b2.getFirstInstruction().typeOf().type());
60+
setDistinctValues(
61+
LLVMLibrary.LLVMTypeRef.class, t.type(), b2.getFirstInstruction().typeOf().type());
6162
setDefault(Value.class, v);
6263
setDistinctValues(Value.class, v, b1.basicBlockAsValue());
6364
setDefault(BasicBlock.class, b1);

0 commit comments

Comments
 (0)