Use module in test iOS and tvOS apps

This commit is contained in:
Pierre-Olivier Latour
2019-01-06 11:59:00 -08:00
parent e561389d33
commit 8811d2233e
5 changed files with 2 additions and 31 deletions
-2
View File
@@ -15,8 +15,6 @@ if [[ ! -f "build/swiftformat" ]]; then
mv "build/SwiftFormat-0.37.2/CommandLineTool/swiftformat" "build/swiftformat"
fi
clang-format -style=file -i *.h
pushd "GCDWebServer/Core"
clang-format -style=file -i *.h *.m
popd