Skip to content

Commit

Permalink
fixes code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Biasuzzi committed Jan 31, 2017
1 parent 1b72d09 commit 28d2bda
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -65,7 +65,9 @@ public boolean isExportStates() {
return exportStates;
}

public WCARestrictingThresholdLevel getRestrictingThresholdLevel() { return restrictingThresholdLevel; }
public WCARestrictingThresholdLevel getRestrictingThresholdLevel() {
return restrictingThresholdLevel;
}

@Override
public String toString() {
Expand Down

0 comments on commit 28d2bda

Please sign in to comment.