Skip to content

Commit

Permalink
. t fix indentation?
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsEckart committed Sep 23, 2024
1 parent da86119 commit 060b008
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ void testSemiAutomaticMessage()
}
Approvals.verify(expected);
}
// @formatter:off
@Test
void testSemiAutomaticWithPreviousApproved()
{
Expand All @@ -215,4 +216,5 @@ void testSemiAutomaticWithPreviousApproved()
}
Approvals.verify(expected);
}
// @formatter:on
}

0 comments on commit 060b008

Please sign in to comment.