Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed May 24, 2024
1 parent 3a6a014 commit 48580bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/cli/src/mobile/ios/dev.rs
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ fn run_dev(
}
Err(e) => {
crate::dev::kill_before_dev_process();
Err(e.into())
Err(e)
}
}
} else {
Expand Down

0 comments on commit 48580bd

Please sign in to comment.