Skip to content

Commit

Permalink
minor style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andizzle committed Nov 8, 2017
1 parent 5475122 commit 0d10fac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion database.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ func (db *DB) PrepareContext(ctx context.Context, query string) (Stmt, error) {
// we have writer statement prepared
// this error can be ignored
go func(reader *sql.DB) {

read, _ := reader.PrepareContext(ctx, query)

stmt.lock.Lock()
Expand Down

0 comments on commit 0d10fac

Please sign in to comment.