Skip to content

Commit 8e73909

Browse files
committed
Fixed format
1 parent 9fd80a5 commit 8e73909

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/kqt-lib/src/tunnel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ pub async fn run(
280280
if let Some(e) = ret {
281281
// If the main loop voluntarily shuts down
282282
match e {
283-
Ok(o) => match o {}
283+
Ok(o) => match o {},
284284
Err(e) => return Err(e),
285285
}
286286
}

0 commit comments

Comments
 (0)