Skip to content

Commit 8992cd4

Browse files
committed
added space
1 parent 054cd1e commit 8992cd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

delayserver/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ The server then delays the response for the requested time and echoes the messag
2222
REQUESTS:
2323
--------
2424
";
25+
2526
static COUNTER: AtomicUsize = AtomicUsize::new(1);
2627

2728
#[get("/{delay}/{message}")]

0 commit comments

Comments
 (0)