Skip to content

Commit

Permalink
Merge pull request #386 from MichaelS11/fmt
Browse files Browse the repository at this point in the history
gofmt -s
  • Loading branch information
MichaelS11 authored Apr 6, 2020
2 parents 6a5d434 + fa41f6d commit a9e5d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statement.go
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ func (stmt *Stmt) outputBoundParameters(binds []bindStruct) error {
default:
return fmt.Errorf("unknown column indicator %d for column %v", *bind.indicator, i)
}

}
}
}
Expand Down

0 comments on commit a9e5d78

Please sign in to comment.