Skip to content

Commit 060b008

Browse files
committed
. t fix indentation?
1 parent da86119 commit 060b008

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

approvaltests-tests/src/test/java/org/approvaltests/inline/InlineApprovalsTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ void testSemiAutomaticMessage()
196196
}
197197
Approvals.verify(expected);
198198
}
199+
// @formatter:off
199200
@Test
200201
void testSemiAutomaticWithPreviousApproved()
201202
{
@@ -215,4 +216,5 @@ void testSemiAutomaticWithPreviousApproved()
215216
}
216217
Approvals.verify(expected);
217218
}
219+
// @formatter:on
218220
}

0 commit comments

Comments
 (0)