Skip to content

Commit aa8e32e

Browse files
committed
a reformat code
1 parent 86d64cf commit aa8e32e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -200,11 +200,11 @@ void testSemiAutomaticMessage()
200200
void testSemiAutomaticWithPreviousApproved()
201201
{
202202
var expected = """
203-
42
204-
***** DELETE ME TO APPROVE *****
205-
vvvvv PREVIOUS RESULT vvvvv
206-
41
207-
""";
203+
42
204+
***** DELETE ME TO APPROVE *****
205+
vvvvv PREVIOUS RESULT vvvvv
206+
41
207+
""";
208208
var options = new Options().inline(expected, InlineOptions.semiAutomaticWithPreviousApproved());
209209
try
210210
{

0 commit comments

Comments
 (0)