diff options
Diffstat (limited to 'common/src/internal.rs')
| -rw-r--r-- | common/src/internal.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/internal.rs b/common/src/internal.rs index 844468d..3f2c622 100644 --- a/common/src/internal.rs +++ b/common/src/internal.rs @@ -40,4 +40,4 @@ impl Display for LogLevel { LogLevel::Error => "error", }) } -}
\ No newline at end of file +} |