Skip to content

Commit a9e5d78

Browse files
authored
Merge pull request #386 from MichaelS11/fmt
gofmt -s
2 parents 6a5d434 + fa41f6d commit a9e5d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

statement.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@ func (stmt *Stmt) outputBoundParameters(binds []bindStruct) error {
914914
default:
915915
return fmt.Errorf("unknown column indicator %d for column %v", *bind.indicator, i)
916916
}
917-
917+
918918
}
919919
}
920920
}

0 commit comments

Comments
 (0)