Skip to content

Commit

Permalink
refactor: Fixed formatting of wrapped constructor parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeMathews committed Jun 16, 2020
1 parent f412962 commit 67e56e8
Showing 1 changed file with 2 additions and 3 deletions.
Expand Up @@ -39,9 +39,8 @@ public class DetectArgumentState {

private final boolean isGenerateAirGapZip;

public DetectArgumentState(boolean isHelp, boolean isHelpJsonDocument, boolean isInteractive, boolean isVerboseHelp, boolean isDeprecatedHelp, @Nullable String parsedValue,
boolean isDiagnostic,
boolean isDiagnosticExtended, boolean isGenerateAirGapZip) {
public DetectArgumentState(boolean isHelp, boolean isHelpJsonDocument, boolean isInteractive, boolean isVerboseHelp, boolean isDeprecatedHelp, @Nullable String parsedValue, boolean isDiagnostic, boolean isDiagnosticExtended,
boolean isGenerateAirGapZip) {
this.isHelp = isHelp;
this.isHelpJsonDocument = isHelpJsonDocument;
this.isInteractive = isInteractive;
Expand Down

0 comments on commit 67e56e8

Please sign in to comment.