Skip to content

Commit ff2784c

Browse files
committed
lint
1 parent 2019fec commit ff2784c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

coderd/database/dbtestutil/driver.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,9 @@ func (d *Driver) Name() string {
7272

7373
func (d *Driver) AddConnection(conn driver.Conn) {
7474
d.connections = append(d.connections, conn)
75-
7675
for listener := range d.listeners {
7776
d.listeners[listener] <- struct{}{}
7877
}
79-
8078
}
8179

8280
func (d *Driver) WaitForConnection() {

0 commit comments

Comments
 (0)