remove swiftformat warning

This commit is contained in:
Satindar Dhillon
2022-03-15 21:52:17 -07:00
parent 2a9ea0504e
commit e25e6dc6c2

View File

@ -1,5 +1,5 @@
cd BuildTools
SDKROOT=macosx
SDKROOT=(xcrun --sdk macosx --show-sdk-path)
# swift package update #Uncomment this line temporarily to update the version used to the latest matching your BuildTools/Package.swift file
swift run -c release swiftformat "$SRCROOT"
swift run swiftlint --path "$SRCROOT"