Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
into gshep/issue-1049
  • Loading branch information
gshep committed Jun 15, 2022
2 parents 7f6bc03 + 98c5789 commit 4f4407e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/src/format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ format() {
MANIFEST="$1"
shift

cargo +nightly fmt --all --manifest-path="$MANIFEST" -- \
--config=license_template_path="" "$@"
cargo +nightly fmt --all --manifest-path="$MANIFEST" -- "$@"
}

doc_format() {
Expand Down

0 comments on commit 4f4407e

Please sign in to comment.