Skip to content

Commit 838fea1

Browse files
committed
fix: mvn:formatter:format
1 parent cbf158b commit 838fea1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

validator-plugin-cnig/src/test/java/fr/ign/validator/cnig/regress/CnigValidatorRegressTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ public void test19182_CC_20150517() throws Exception {
322322
*/
323323
ReportAssert.assertCount(3, CoreErrorCodes.METADATA_LOCATOR_PROTOCOL_NOT_FOUND, report);
324324
ReportAssert.assertCount(0, CnigErrorCodes.CNIG_GEOMETRY_COMPLEXITY_WARNING, report);
325-
ReportAssert.assertCount(3 + 0 , ErrorLevel.WARNING, report);
325+
ReportAssert.assertCount(3 + 0, ErrorLevel.WARNING, report);
326326

327327
/*
328328
* check document-info.json

0 commit comments

Comments
 (0)