summaryrefslogtreecommitdiff
path: root/subplotlib/helpers/subplotlib_impl.rs
diff options
context:
space:
mode:
Diffstat (limited to 'subplotlib/helpers/subplotlib_impl.rs')
-rw-r--r--subplotlib/helpers/subplotlib_impl.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/subplotlib/helpers/subplotlib_impl.rs b/subplotlib/helpers/subplotlib_impl.rs
index fac54ab..768337a 100644
--- a/subplotlib/helpers/subplotlib_impl.rs
+++ b/subplotlib/helpers/subplotlib_impl.rs
@@ -36,7 +36,7 @@ fn remember_target(context: &mut Context, somename: &str) {
if let Some(file) = context.files.get(somename) {
context.this_file = Some(file.clone());
} else {
- throw!(format!("Unknown file {}", somename));
+ throw!(format!("Unknown file {somename}"));
}
}