Skip to content

Commit

Permalink
fix: removed unnecessary semicolon from ConfigsTest (#3655)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sozhan308 authored Feb 3, 2025
1 parent 788ec6a commit eaca6c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
class ConfigsTest {

public enum ConfigWithDefaults implements Configs.Config {
ONE, TWO;
ONE, TWO
}

@AllArgsConstructor
Expand Down

0 comments on commit eaca6c7

Please sign in to comment.