Skip to content

Commit

Permalink
Remove needless spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
kou authored Jun 20, 2024
1 parent d4eae4c commit a257dd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/scripts/swift_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ popd

source_dir=${1}/swift/Arrow
pushd ${source_dir}
sed 's/\/\/ build://g' Package.swift > Package.swift.build
sed 's/\/\/ build://g' Package.swift > Package.swift.build
mv Package.swift.build Package.swift
swift test
popd

source_dir=${1}/swift/ArrowFlight
pushd ${source_dir}
sed 's/\/\/ build://g' Package.swift > Package.swift.build
sed 's/\/\/ build://g' Package.swift > Package.swift.build
mv Package.swift.build Package.swift
swift test
popd

0 comments on commit a257dd4

Please sign in to comment.