Skip to content

Commit

Permalink
use newly relaxed WhitespaceAround
Browse files Browse the repository at this point in the history
with an empty ctor
  • Loading branch information
dejabot committed Nov 23, 2023
1 parent 236444c commit 7361037
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/** Constants used for reading values from the config file. */
public final class ConfigConstants {
// utility class
private ConfigConstants() { }
private ConfigConstants() {}

// drive config values
public static final String DRIVE_DRIVE_FRONT_RIGHT = "drive.DriveFrontRight";
Expand Down

0 comments on commit 7361037

Please sign in to comment.