Skip to content

Commit

Permalink
FIX: lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
myzhan committed Apr 26, 2023
1 parent f7111cc commit 4ddd9a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions boomer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package boomer

import (
"flag"
"fmt"
"log"
"math"
"math/rand"
Expand Down Expand Up @@ -279,7 +278,7 @@ func TestRun(t *testing.T) {
server := newTestServer(masterHost, masterPort)
defer server.close()

log.Println(fmt.Sprintf("Starting to serve on %s:%d", masterHost, masterPort))
log.Printf("Starting to serve on %s:%d\n", masterHost, masterPort)
server.start()

time.Sleep(20 * time.Millisecond)
Expand Down

0 comments on commit 4ddd9a3

Please sign in to comment.