Skip to content

Commit 3caa769

Browse files
committed
fix formatting
1 parent 1e68b12 commit 3caa769

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • cli/src/main/scala/com/codacy/analysis/cli/command

cli/src/main/scala/com/codacy/analysis/cli/command/CLIApp.scala

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,9 @@ final case class DefaultCommand(
100100
}
101101
}
102102

103-
final case class CommonOptions(@ValueDescription("Run the tool with verbose output")
104-
verbose: Int @@ Counter = Tag.of(0)) {
103+
final case class CommonOptions(
104+
@ValueDescription("Run the tool with verbose output")
105+
verbose: Int @@ Counter = Tag.of(0)) {
105106
val verboseValue: Boolean = verbose.## > 0
106107
}
107108

0 commit comments

Comments
 (0)