diff options
| author | chick | 2020-08-14 19:47:53 -0700 |
|---|---|---|
| committer | Jack Koenig | 2020-08-14 19:47:53 -0700 |
| commit | 6fc742bfaf5ee508a34189400a1a7dbffe3f1cac (patch) | |
| tree | 2ed103ee80b0fba613c88a66af854ae9952610ce /src/main/scala/firrtl/options/ExitCodes.scala | |
| parent | b516293f703c4de86397862fee1897aded2ae140 (diff) | |
All of src/ formatted with scalafmt
Diffstat (limited to 'src/main/scala/firrtl/options/ExitCodes.scala')
| -rw-r--r-- | src/main/scala/firrtl/options/ExitCodes.scala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scala/firrtl/options/ExitCodes.scala b/src/main/scala/firrtl/options/ExitCodes.scala index 0e91fdec..94e525de 100644 --- a/src/main/scala/firrtl/options/ExitCodes.scala +++ b/src/main/scala/firrtl/options/ExitCodes.scala @@ -6,7 +6,7 @@ package firrtl.options sealed trait ExitCode { val number: Int } /** [[ExitCode]] indicating success */ -object ExitSuccess extends ExitCode{ val number = 0 } +object ExitSuccess extends ExitCode { val number = 0 } /** An [[ExitCode]] indicative of failure. This must be non-zero and should not conflict with a reserved exit code. */ sealed trait ExitFailure extends ExitCode |
