Skip to content

Commit b9e3066

Browse files
committed
queue: add formatting errors [DON'T MERGE]
1 parent d4e44fc commit b9e3066

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

queue/queue.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package queue
22

33
import (
4-
"fmt"
54
"time"
5+
"fmt"
66

77
"github.com/tarantool/go-tarantool"
88
msgpack "gopkg.in/vmihailenco/msgpack.v2"
@@ -57,7 +57,7 @@ type Queue interface {
5757
}
5858

5959
type queue struct {
60-
name string
60+
name string
6161
conn tarantool.Connector
6262
cmds cmd
6363
}

tarantool_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
package tarantool_test
22

33
import (
4-
"fmt"
54
"log"
65
"os"
76
"strings"
87
"sync"
8+
"fmt"
99
"testing"
1010
"time"
1111

0 commit comments

Comments
 (0)