Skip to content

Commit af68b84

Browse files
simbleauctron
authored andcommitted
fix: multiline imports
1 parent 4842f82 commit af68b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ tar = "0.4"
6464
thiserror = "1"
6565
time = { version = "0.3", features = ["serde-well-known"] }
6666
tokio = { version = "1", default-features = false, features = ["full"] }
67-
tokio-stream = { version = "0.1", default-features = false, features = ["fs", "sync", ] }
67+
tokio-stream = { version = "0.1", default-features = false, features = ["fs", "sync"] }
6868
tokio-tungstenite = "0.23"
6969
toml = "0.8"
7070
tower-http = { version = "0.5.1", features = ["fs", "trace", "set-header"] }

0 commit comments

Comments
 (0)