Skip to content

Commit 5addc43

Browse files
committed
remove extra white spaces
1 parent 6f9365d commit 5addc43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gh-md-toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ gh_toc_md2html() {
6161
#
6262
gh_is_url() {
6363
case $1 in
64-
https* | http*)
64+
https* | http*)
6565
echo "yes";;
6666
*)
6767
echo "no";;

0 commit comments

Comments
 (0)