Skip to content

Commit 369bef0

Browse files
committed
Remove outdated -p option from format-diff.sh.
1 parent 96f6980 commit 369bef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/format-diff.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ swift build --product swift-format
4040

4141
# Run a side-by-side diff with the original source file on the left and the
4242
# formatted output on the right.
43-
"$DIFF" -y -W 210 "$SRCFILE" <(.build/debug/swift-format -p "$@" "$SRCFILE")
43+
"$DIFF" -y -W 210 "$SRCFILE" <(.build/debug/swift-format "$@" "$SRCFILE")

0 commit comments

Comments
 (0)