Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
A recent commit introduced some linter errors.
This commit corrects the formatting.

Signed-off-by: Yoav Tock <tock@il.ibm.com>
Change-Id: Ic036e90179fd27861588b3fdd7fd4531fe371c28
  • Loading branch information
tock-ibm authored and denyeart committed Aug 20, 2023
1 parent 3bd92be commit 9db6ed9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion common/fabhttp/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
"crypto/tls"
"fmt"
"io"
"io/ioutil"
"net"
"net/http"
"os"
Expand Down
1 change: 0 additions & 1 deletion core/operations/system_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (
"errors"
"fmt"
"io"
"io/ioutil"
"net"
"net/http"
"os"
Expand Down
1 change: 0 additions & 1 deletion integration/e2e/health_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
"encoding/json"
"fmt"
"io"
"io/ioutil"
"net"
"net/http"
"os"
Expand Down
1 change: 0 additions & 1 deletion integration/raft/channel_participation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import (
"encoding/pem"
"fmt"
"io"
"io/ioutil"
"math"
"net/http"
"os"
Expand Down

0 comments on commit 9db6ed9

Please sign in to comment.