Skip to content

Commit

Permalink
README.md: remove EOL whitespace
Browse files Browse the repository at this point in the history
No functional change
  • Loading branch information
maruel committed Apr 9, 2022
1 parent 4e7a616 commit c579e89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ have this shortcut, so use the long form:
go test -v 2>&1 | pp


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

go test -v &| pp
Expand Down Expand Up @@ -172,8 +172,8 @@ then using `panicparse` instead of `pp`:

Hint: You may also use shell aliases

alias gp=panicparse
alias gp=panicparse
go test 2> gp

alias p=panicparse
go test 2> p

0 comments on commit c579e89

Please sign in to comment.