Skip to content

Commit 5c99f93

Browse files
committed
rust: fmt
1 parent f3e9a43 commit 5c99f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/rust/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use regex::Regex;
2-
use tungstenite::{connect, Message};
2+
use tungstenite::{Message, connect};
33

44
fn main() {
55
println!("Hello, world!");

0 commit comments

Comments
 (0)