Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Loki-Afro committed Dec 13, 2023
1 parent 2d6182b commit 0ac14f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/java/org/apache/commons/mail/EmailTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ public class EmailTest extends AbstractEmailTest {
private MockEmailConcrete email;

@BeforeEach
public void setUpEmailTest()
{
public void setUpEmailTest() {
// reusable objects to be used across multiple tests
email = new MockEmailConcrete();
}
Expand Down

0 comments on commit 0ac14f6

Please sign in to comment.