Skip to content

Commit 0b55f7d

Browse files
committed
whitespace
1 parent 39478c2 commit 0b55f7d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CONTRIBUTING_PRs.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ CD into the new repo to check:
9898
```Raku
9999
$ cd doc
100100
$ git remote -v
101-
origin git@github.com:grace/doc.git (fetch)
102-
origin git@github.com:grace/doc.git (push)
101+
origin git@github.com:grace/doc.git (fetch)
102+
origin git@github.com:grace/doc.git (push)
103103
```
104104

105105
Add the upstream repo (we will use the https protocol for read-only access):
@@ -112,10 +112,10 @@ and notice the new remotes have been added:
112112

113113
```Raku
114114
$ git remote -v
115-
origin git@github.com:grace/doc.git (fetch)
116-
origin git@github.com:grace/doc.git (push)
117-
upstream https://github.com/raku/doc (fetch)
118-
upstream https://github.com/raku/doc (push)
115+
origin git@github.com:grace/doc.git (fetch)
116+
origin git@github.com:grace/doc.git (push)
117+
upstream https://github.com/raku/doc (fetch)
118+
upstream https://github.com/raku/doc (push)
119119
```
120120

121121
Check what branches we have:
@@ -165,7 +165,7 @@ Changes not staged for commit:
165165
(use "git add <file>..." to update what will be committed)
166166
(use "git checkout -- <file>..." to discard changes in working directory)
167167

168-
modified: writing-docs/STYLEGUIDE.md
168+
modified: writing-docs/STYLEGUIDE.md
169169

170170
no changes added to commit (use "git add" and/or "git commit -a")
171171
```

0 commit comments

Comments
 (0)