Skip to content

Commit 764f480

Browse files
committed
nit
1 parent 3a066b8 commit 764f480

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/squawk/src/cmd.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@ impl Cmd {
7070
return Cmd::None;
7171
}
7272
}
73-
}
7473

75-
impl Cmd {
7674
pub(crate) fn from(opts: crate::Opts) -> Cmd {
7775
match opts.cmd {
7876
Some(Command::Server) => Cmd::Server,

0 commit comments

Comments
 (0)