Skip to content

Commit 30153b3

Browse files
committed
a reformat code
1 parent 48e5460 commit 30153b3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,9 @@ private static Mutable<String> hijackInlineReporter(Options options)
181181
void testSemiAutomaticMessage()
182182
{
183183
var expected = """
184-
41
185-
***** DELETE ME TO APPROVE *****
186-
""";
184+
41
185+
***** DELETE ME TO APPROVE *****
186+
""";
187187
var options = new Options().inline(expected, InlineOptions.semiAutomatic());
188188
try
189189
{
@@ -198,11 +198,11 @@ void testSemiAutomaticMessage()
198198
void testSemiAutomaticWithPreviousApproved()
199199
{
200200
var expected = """
201-
42
202-
***** DELETE ME TO APPROVE *****
203-
vvvvv PREVIOUS RESULT vvvvv
204-
41
205-
""";
201+
42
202+
***** DELETE ME TO APPROVE *****
203+
vvvvv PREVIOUS RESULT vvvvv
204+
41
205+
""";
206206
var options = new Options().inline(expected, InlineOptions.semiAutomaticWithPreviousApproved());
207207
try
208208
{

0 commit comments

Comments
 (0)