format code with gofmt

This commit is contained in:
2022-07-20 18:16:39 +08:00
parent 881334cccb
commit ad388cf83b
9 changed files with 19 additions and 21 deletions

View File

@@ -759,7 +759,7 @@ func NewPreparedStatement(sqlConn *sql.DB) (*Stmt, error) {
if err != nil {
return nil, err
}
// init updateFilename
stmt.updateFilename, err = sqlConn.Prepare(updateFilenameQuery)
if err != nil {