Skip to content

Commit

Permalink
README: fixup spaces on code example (#961)
Browse files Browse the repository at this point in the history
The code example was rendering oddly in github.com because the first
line had 4 spaces instead of tabs like the rest of the example. Fix
this.
  • Loading branch information
philips authored Jul 23, 2020
1 parent 452256c commit 7918070
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import (
)

func main() {
pusher, err := stdout.InstallNewPipeline(nil, nil)
pusher, err := stdout.InstallNewPipeline(nil, nil)
if err != nil {
log.Fatal(err)
}
Expand All @@ -67,7 +67,6 @@ func main() {
},
)
}

```

See the [API
Expand Down

0 comments on commit 7918070

Please sign in to comment.