Skip to content

Commit

Permalink
Fix swift-format.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
yaslab committed Jul 14, 2024
1 parent 217212e commit acdd675
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions swift-format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,5 @@
set -eu

SCRIPT_DIT=$(cd "$(dirname "$0")"; pwd)
cd "$SCRIPT_DIT"

swift format --in-place ./Package.swift

swift format --in-place ./Sources/Hex/Data+Hex.swift
swift format --in-place ./Sources/Hex/Sequence+Hex.swift

swift format --in-place ./Sources/Hex/Data+HexTests.swift
swift format --in-place ./Sources/Hex/Sequence+HexTests.swift
swift format --in-place --parallel --recursive "$SCRIPT_DIT"

0 comments on commit acdd675

Please sign in to comment.