Skip to content

Commit

Permalink
revert some format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyBlaise99 committed Mar 3, 2024
1 parent ef320c0 commit 41900e9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/reposense/model/CliArguments.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ public class CliArguments {
/**
* Constructs a {@code CliArguments} object without any parameters.
*/
private CliArguments() {
}
private CliArguments() {}

public ZoneId getZoneId() {
return zoneId;
Expand Down Expand Up @@ -456,7 +455,6 @@ public Builder configFolderPath(Path configFolderPath) {
GroupConfigCsvParser.GROUP_CONFIG_FILENAME);
this.cliArguments.reportConfigFilePath = configFolderPath.resolve(
ReportConfigJsonParser.REPORT_CONFIG_FILENAME);

return this;
}

Expand Down

0 comments on commit 41900e9

Please sign in to comment.