Skip to content

Commit d6d8fd1

Browse files
committed
remove extra lines from help
1 parent 5fc0005 commit d6d8fd1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

loggly.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ const usage = `
5454
Regexps:
5555
5656
/Black(Berry)?/
57-
5857
`
5958

6059
// Command options.
@@ -71,7 +70,7 @@ var allMsg = flags.Bool("all", false, "")
7170

7271
// Print usage and exit.
7372
func printUsage() {
74-
fmt.Println(usage)
73+
fmt.Print(usage)
7574
os.Exit(0)
7675
}
7776

search/search.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ func (q *Query) Fetch() (chan Response, chan error) {
218218

219219
page++
220220
}
221-
222221
}()
223222

224223
return resChan, errChan

0 commit comments

Comments
 (0)