Skip to content

Commit

Permalink
add a blank line before each of test methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Carpe-Wang committed Nov 6, 2023
1 parent 75278c8 commit 26e04d0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,7 @@ public void testSetDateFormatWithInvalidPattern() {
builder.setDateFormat(invalidPattern);
});
}

@Test
public void testSetDateFormatWithValidPattern() {
GsonBuilder builder = new GsonBuilder();
Expand Down

0 comments on commit 26e04d0

Please sign in to comment.