Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Sep 6, 2023
1 parent e9ffc6b commit f5ac8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/cli/src/mobile/ios.rs
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,6 @@ fn open_and_wait(config: &AppleConfig, env: &Env) -> ! {

fn inject_assets(config: &AppleConfig) -> Result<()> {
let asset_dir = config.project_dir().join(DEFAULT_ASSET_DIR);
create_dir_all(&asset_dir)?;
create_dir_all(asset_dir)?;
Ok(())
}

0 comments on commit f5ac8ad

Please sign in to comment.