summaryrefslogtreecommitdiffstats
path: root/src/subcommands/show_themes.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/subcommands/show_themes.rs')
-rw-r--r--src/subcommands/show_themes.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subcommands/show_themes.rs b/src/subcommands/show_themes.rs
index f168c21e..e072e7a5 100644
--- a/src/subcommands/show_themes.rs
+++ b/src/subcommands/show_themes.rs
@@ -59,7 +59,7 @@ pub fn show_themes(dark: bool, light: bool, computed_theme_is_light: bool) -> st
{
match error.kind() {
ErrorKind::BrokenPipe => std::process::exit(0),
- _ => eprintln!("{}", error),
+ _ => eprintln!("{error}"),
}
}
}