Skip to content

Commit e921528

Browse files
modem_downHainish
authored andcommitted
Restore a missing line break (EFForg#14786)
that seems to have been accidentally deleted at some point since EFForg/https-docs@236ea7c .
1 parent c6aaa42 commit e921528

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/en_US/development.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ workflow down.
9393

9494
First, tell git your name:
9595

96-
git config --global user.name "Your Name" git config --global user.email "you@example.com"
96+
git config --global user.name "Your Name"
97+
git config --global user.email "you@example.com"
9798

9899
Then, get a copy of the 'origin' repository:
99100

0 commit comments

Comments
 (0)