Skip to content

Commit

Permalink
cli change minor reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
beidouz committed Dec 11, 2018
1 parent 0d22910 commit 8db24c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modAionImpl/src/org/aion/zero/impl/cli/Arguments.java
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,9 @@ public String getDirectory() {
return directory;
}

public String getPort() { return port; }
public String getPort() {
return port;
}

public String getPruneStateOption() {
return pruntStateOption;
Expand Down

0 comments on commit 8db24c9

Please sign in to comment.