mirror of
https://github.com/taigrr/log-socket
synced 2026-03-20 17:12:24 -07:00
make pass gofumpt
This commit is contained in:
@@ -55,8 +55,7 @@ func BenchmarkDebugSerial(b *testing.B) {
|
||||
// Trace ensure logs come out in the right order
|
||||
func TestOrder(t *testing.T) {
|
||||
testString := "Testing trace: "
|
||||
var c *Client
|
||||
c = CreateClient()
|
||||
c := CreateClient()
|
||||
c.SetLogLevel(LTrace)
|
||||
|
||||
for i := 0; i < 5000; i++ {
|
||||
|
||||
Reference in New Issue
Block a user