Skip to content

Commit

Permalink
Address linter issues
Browse files Browse the repository at this point in the history
Signed-off-by: Arrobo, Gabriel <[email protected]>
  • Loading branch information
gab-arrobo committed Aug 20, 2024
1 parent 4d37e35 commit b531483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/fake_bess/fake_bess.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func NewFakeBESS() *FakeBESS {

// Run starts and runs the BESS gRPC server on the given address. Blocking until Stop is called.
func (b *FakeBESS) Run(address string) error {
listener, err := net.Listen("tcp", fmt.Sprintf(address))
listener, err := net.Listen("tcp", fmt.Sprintln(address))
if err != nil {
return err
}
Expand Down

0 comments on commit b531483

Please sign in to comment.