Skip to content

Commit 3961443

Browse files
committed
lint
Signed-off-by: John Hosie <john.hosie@kaleido.io>
1 parent 1d29044 commit 3961443

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/dbsql/crud.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ func (c *CrudBase[T]) idFilter(id string) sq.Eq {
279279
filter[c.idField()] = id
280280
}
281281
if c.ScopedFilter != nil {
282-
//copy the fields from the scoped filter without modifying the original
282+
// copy the fields from the scoped filter without modifying the original
283283
for k, v := range c.ScopedFilter() {
284284
filter[k] = v
285285
}

0 commit comments

Comments
 (0)