Skip to content

Commit 50a1e45

Browse files
committed
AST-6032 add newline
1 parent 4002c92 commit 50a1e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/checkmarx/ast/ThinWrapperTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ public void testThinWrapperFail() {
2828
CxException e = Assert.assertThrows(CxException.class, () -> wrapper.run(arguments));
2929
Assert.assertTrue(e.getMessage().contains("--sast-preset"));
3030
}
31-
}
31+
}

0 commit comments

Comments
 (0)