Skip to content

Commit a095872

Browse files
ammernicopoljar
authored andcommitted
fix(examples): Remove a duplicate comment from the examples
Signed-off-by: Nico Steinle <[email protected]>
1 parent d68895f commit a095872

File tree

1 file changed

+0
-1
lines changed
  • examples/getting_started/src

1 file changed

+0
-1
lines changed

examples/getting_started/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ async fn main() -> anyhow::Result<()> {
3131
// var `RUST_LOG`
3232
tracing_subscriber::fmt::init();
3333

34-
// parse the command line for homeserver, username and password
3534
// parse the command line for homeserver, username and password
3635
let (Some(homeserver_url), Some(username), Some(password)) =
3736
(env::args().nth(1), env::args().nth(2), env::args().nth(3))

0 commit comments

Comments
 (0)