mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 07:17:34 +00:00
linting
This commit is contained in:
@@ -53,6 +53,6 @@ type ignoreCaseCol struct {
|
||||
|
||||
// WriteIgnoreCase implements [ignoreCaseColumn].
|
||||
func (c ignoreCaseCol) WriteIgnoreCase(builder *StatementBuilder) {
|
||||
c.column.Write(builder)
|
||||
c.Write(builder)
|
||||
builder.WriteString(c.suffix)
|
||||
}
|
||||
|
Reference in New Issue
Block a user