aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mumctl/src/main.rs1
-rw-r--r--mumd/src/main.rs3
2 files changed, 2 insertions, 2 deletions
diff --git a/mumctl/src/main.rs b/mumctl/src/main.rs
index 7475d4d..9d9e4fd 100644
--- a/mumctl/src/main.rs
+++ b/mumctl/src/main.rs
@@ -656,4 +656,3 @@ impl Display for Error {
write!(f, "Unable to connect to mumd. Is mumd running?")
}
}
-
diff --git a/mumd/src/main.rs b/mumd/src/main.rs
index 6303978..f7168c4 100644
--- a/mumd/src/main.rs
+++ b/mumd/src/main.rs
@@ -99,4 +99,5 @@ async fn receive_commands(
});
}
}
-} \ No newline at end of file
+}
+