Skip to content

Commit

Permalink
Fix script indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamBergamin committed Dec 4, 2023
1 parent c38d09a commit db53434
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ install_development_requirements() {
}

build() {
pip install -r requirements/build.txt && \
python -m build && \
twine check dist/*
pip install -r requirements/build.txt && \
python -m build && \
twine check dist/*
}

format() {
Expand Down

0 comments on commit db53434

Please sign in to comment.