aboutsummaryrefslogtreecommitdiff
path: root/src/routes
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes')
-rw-r--r--src/routes/messages.rs2
-rw-r--r--src/routes/mod.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/routes/messages.rs b/src/routes/messages.rs
index c4d7b5c..c4f2b5e 100644
--- a/src/routes/messages.rs
+++ b/src/routes/messages.rs
@@ -16,4 +16,4 @@ impl Message for Callback {
fn name(&self) -> String {
String::from("CALLBACK")
}
-} \ No newline at end of file
+}
diff --git a/src/routes/mod.rs b/src/routes/mod.rs
index ca70dcf..017413b 100644
--- a/src/routes/mod.rs
+++ b/src/routes/mod.rs
@@ -25,4 +25,4 @@ fn destruct_path(path: &str) -> Vec<String> {
.skip(1)
.map(String::from)
.collect::<Vec<String>>()
-} \ No newline at end of file
+}