Skip to content

Commit c579e89

Browse files
committed
README.md: remove EOL whitespace
No functional change
1 parent 4e7a616 commit c579e89

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ have this shortcut, so use the long form:
8888
go test -v 2>&1 | pp
8989

9090

91-
**Fish**: `&|` redirects stderr and stdout. It's an alias for `2>&1 |`
91+
**Fish**: `&|` redirects stderr and stdout. It's an alias for `2>&1 |`
9292
([fish piping](https://fishshell.com/docs/current/index.html#piping)):
9393

9494
go test -v &| pp
@@ -172,8 +172,8 @@ then using `panicparse` instead of `pp`:
172172

173173
Hint: You may also use shell aliases
174174

175-
alias gp=panicparse
175+
alias gp=panicparse
176176
go test 2> gp
177-
177+
178178
alias p=panicparse
179179
go test 2> p

0 commit comments

Comments
 (0)