Skip to content

Commit 60b10de

Browse files
fix whitespace (#51625)
From #51550 --------- Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
1 parent fd21c96 commit 60b10de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/excise_stdlib.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ pushd $STDLIB
1919

2020
echo "Filtering repo"
2121
git filter-repo --subdirectory-filter stdlib/$STDLIB --path LICENSE.md \
22-
--message-callback 'return re.sub(b"(\W)(#\d+)", lambda m: m.group(1) + b"JuliaLang/julia" + m.group(2), message)'
23-
22+
--message-callback 'return re.sub(b"(\W)(#\d+)", lambda m: m.group(1) + b"JuliaLang/julia" + m.group(2), message)'
23+
2424

2525
echo "Deleting branches"
2626
git branch -l | grep -v release- | grep -v master | xargs git branch -v -D

0 commit comments

Comments
 (0)