We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f6980 commit 369bef0Copy full SHA for 369bef0
Scripts/format-diff.sh
@@ -40,4 +40,4 @@ swift build --product swift-format
40
41
# Run a side-by-side diff with the original source file on the left and the
42
# formatted output on the right.
43
-"$DIFF" -y -W 210 "$SRCFILE" <(.build/debug/swift-format -p "$@" "$SRCFILE")
+"$DIFF" -y -W 210 "$SRCFILE" <(.build/debug/swift-format "$@" "$SRCFILE")
0 commit comments