format code style
This commit is contained in:
parent
c5e5887e1a
commit
683b854b78
|
@ -769,9 +769,9 @@ var (
|
|||
}
|
||||
|
||||
postgresQuoter = schemas.Quoter{
|
||||
Prefix: '"',
|
||||
Suffix: '"',
|
||||
IsReserved: func(s string) bool {
|
||||
Prefix: '"',
|
||||
Suffix: '"',
|
||||
IsReserved: func(s string) bool {
|
||||
return postgresReservedWords[strings.ToUpper(s)]
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue