mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-07 19:49:53 -05:00
remove useless return
This commit is contained in:
parent
ced6189a64
commit
8e3c38c6c2
1 changed files with 0 additions and 1 deletions
|
|
@ -85,7 +85,6 @@ pub fn main() !void {
|
|||
std.log.info("Starting backend", .{});
|
||||
server.backend.start() catch |err| {
|
||||
std.debug.panic("Failed to start backend: {}", .{err});
|
||||
return;
|
||||
};
|
||||
|
||||
std.log.info("Starting server", .{});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue