Skip to content

Commit f8fc13d

Browse files
amunraDownD
andauthored
fix rust client tcp ECDSA example (#82)
Co-authored-by: Miguel <miguel.martins@gridcorelabs.com>
1 parent bed2672 commit f8fc13d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

questdb-rs/src/ingress/mod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ let mut sender = Sender::from_conf(
162162
# use questdb::{Result, ingress::Sender};
163163
# fn main() -> Result<()> {
164164
let mut sender = Sender::from_conf(
165-
"tcps::addr=localhost:9009;username=testUser1;token=5UjEA0;token_x=fLKYa9;token_y=bS1dEfy"
165+
"tcps::addr=localhost:9009;username=testUser1;token=5UjEA0;token_x=fLKYa9;token_y=bS1dEfy;"
166166
)?;
167167
# Ok(())
168168
# }

0 commit comments

Comments
 (0)