Skip to content

Commit

Permalink
fmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MOmarMiraj committed Nov 18, 2024
1 parent 8f53e48 commit ba9417d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ fn override_configuration(mut config: Config, options: &Args) -> anyhow::Result<
if let Some(go_package) = options.go_package.as_ref() {
config.go.package = go_package.to_string();
}

if let Some(go_lang) = options.language {
assert_go_package_present(&config)?;
}
Expand Down

0 comments on commit ba9417d

Please sign in to comment.