Skip to content

Commit

Permalink
Polishing.
Browse files Browse the repository at this point in the history
Remove unnecessary semicolons DefaultRevisionMetadataUnitTests class.

Original pull request: #3670
Closes #3669
  • Loading branch information
PgmJun authored and mp911de committed Nov 14, 2024
1 parent dfd1dbf commit 1db98f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
*/
class DefaultRevisionMetadataUnitTests {

private static final Instant NOW = Instant.now();;
private static final Instant NOW = Instant.now();

@Test // #112
void createsLocalDateTimeFromTimestamp() {
Expand Down

0 comments on commit 1db98f5

Please sign in to comment.