Skip to content

Commit

Permalink
Update src/build_options.rs
Browse files Browse the repository at this point in the history
Co-authored-by: konstin <[email protected]>
  • Loading branch information
messense and konstin authored Aug 13, 2021
1 parent 5798cc0 commit e857d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build_options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ impl BuildOptions {
if !args_from_pyproject.is_empty() {
eprintln!(
"📡 Using build options {} from pyproject.toml",
args_from_pyproject.join(",")
args_from_pyproject.join(", ")
);
}

Expand Down

0 comments on commit e857d51

Please sign in to comment.