Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ostenbom committed Jan 21, 2025
1 parent 0ecd6d5 commit ed0ad3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linkup-cli/src/commands/start.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pub struct Args {
pub no_tunnel: bool,
}

pub async fn start<'a>(
pub async fn start(
args: &Args,
fresh_state: bool,
config_arg: &Option<String>,
Expand Down

0 comments on commit ed0ad3d

Please sign in to comment.