Skip to content

Commit d80f21d

Browse files
committed
fix: Nil pointer deref
1 parent 13afc35 commit d80f21d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

database/spanner/spanner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ type Spanner struct {
5959

6060
config *Config
6161

62-
lock *atomic.Bool
62+
lock atomic.Bool
6363
}
6464

6565
type DB struct {

0 commit comments

Comments
 (0)