mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 15:27:33 +00:00
linting
This commit is contained in:
@@ -74,6 +74,5 @@ func (r *Rows) CollectExactlyOneRow(dest any) (err error) {
|
||||
// Close implements [database.Rows].
|
||||
// Subtle: this method shadows the method (Rows).Close of Rows.Rows.
|
||||
func (r *Rows) Close() error {
|
||||
r.Rows.Close()
|
||||
return nil
|
||||
return r.Rows.Close()
|
||||
}
|
||||
|
Reference in New Issue
Block a user