summaryrefslogtreecommitdiff
path: root/src/util.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.rs')
-rw-r--r--src/util.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.rs b/src/util.rs
index 02c282c..4dc9402 100644
--- a/src/util.rs
+++ b/src/util.rs
@@ -38,7 +38,6 @@ pub fn write_file_safe<P: AsRef<Path>, C: AsRef<[u8]>>(path: P, contents: C) ->
}
-
#[macro_export]
macro_rules! hashmap {
( $($key:expr => $value:expr ),* ) => {{