Skip to content

Commit 5caf08b

Browse files
committed
cargo fmt
1 parent a8a0e74 commit 5caf08b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

questdb-rs/src/ingress/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ enum ProtocolHandler {
442442
AsyncTcp(AsyncConnection),
443443

444444
#[cfg(feature = "async-sender-http")]
445-
AsyncHttp()
445+
AsyncHttp(),
446446
}
447447

448448
#[cfg(feature = "sync-sender-tcp")]

0 commit comments

Comments
 (0)