Skip to content

Commit 405cd81

Browse files
committed
cargo fmt
1 parent 12baafb commit 405cd81

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
@@ -448,7 +448,7 @@ enum ProtocolHandler {
448448
AsyncTcp(AsyncConnection),
449449

450450
#[cfg(feature = "async-sender-http")]
451-
AsyncHttp()
451+
AsyncHttp(),
452452
}
453453

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

0 commit comments

Comments
 (0)