summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax <aragon999@users.noreply.github.com>2021-03-30 14:27:50 +0200
committerGitHub <noreply@github.com>2021-03-30 08:27:50 -0400
commite7d1e281ea539adb91a57c6945dea123fff1bd16 (patch)
treef1b9530fdba5b22e1ca966e50f7af959c3a24984
parent762ef0ccfe1c767d27f364b9522b7be8761d466c (diff)
Remove unnecessary trailing semicolon after enum (#555)
-rw-r--r--src/options/theme.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options/theme.rs b/src/options/theme.rs
index 420c5be5..eb1fd50f 100644
--- a/src/options/theme.rs
+++ b/src/options/theme.rs
@@ -132,7 +132,7 @@ mod tests {
enum Mode {
Light,
Dark,
- };
+ }
for (
syntax_theme,
bat_theme_env_var,