Skip to content

Commit

Permalink
app: clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
jtarraga committed Jun 6, 2017
1 parent 116cead commit fb2ed5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public LocalCliOptionsParser() {
variantSubCommands.addCommand("query", variantCommandOptions.queryVariantCommandOptions);
variantSubCommands.addCommand("metadata", variantCommandOptions.metadataVariantCommandOptions);
variantSubCommands.addCommand("rvtests", variantCommandOptions.rvtestsVariantCommandOptions);

toolCommandOptions = new ToolCommandOptions(commonCommandOptions, jcommander);
jcommander.addCommand("tool", toolCommandOptions);
}
Expand Down

0 comments on commit fb2ed5e

Please sign in to comment.