Skip to content

Commit 18f87d8

Browse files
committed
Fix missing newline at end of file in main.rs
1 parent c16591a commit 18f87d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ async fn main() {
4747
    // Run the server
4848
    if let Err(e) = server.await {
4949
        eprintln!("Server error: {}", e);
50-
    }
50+
    }

0 commit comments

Comments
 (0)