Skip to content

Commit

Permalink
a reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 20, 2024
1 parent 48e5460 commit 30153b3
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ private static Mutable<String> hijackInlineReporter(Options options)
void testSemiAutomaticMessage()
{
var expected = """
41
***** DELETE ME TO APPROVE *****
""";
41
***** DELETE ME TO APPROVE *****
""";
var options = new Options().inline(expected, InlineOptions.semiAutomatic());
try
{
Expand All @@ -198,11 +198,11 @@ void testSemiAutomaticMessage()
void testSemiAutomaticWithPreviousApproved()
{
var expected = """
42
***** DELETE ME TO APPROVE *****
vvvvv PREVIOUS RESULT vvvvv
41
""";
42
***** DELETE ME TO APPROVE *****
vvvvv PREVIOUS RESULT vvvvv
41
""";
var options = new Options().inline(expected, InlineOptions.semiAutomaticWithPreviousApproved());
try
{
Expand Down

0 comments on commit 30153b3

Please sign in to comment.