Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Closed
Prev Previous commit
Next Next commit
Update client/cli/src/commands/mod.rs
Co-authored-by: Bastian Köcher <[email protected]>
  • Loading branch information
cecton and bkchr authored Jun 8, 2020
commit b401b8dbbb1d263367506d02133d817be75c0b61
2 changes: 1 addition & 1 deletion client/cli/src/commands/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ macro_rules! substrate_cli_subcommands {
}

fn rpc_ws(&self, default_port: u16)
-> $crate::Result<::std::option::Option<::std::net::SocketAddr>> {
-> $crate::Result<std::option::Option<std::net::SocketAddr>> {
match self {
$($enum::$variant(cmd) => cmd.rpc_ws(default_port)),*
}
Expand Down