Skip to content

Commit 0cac89c

Browse files
committed
Save allocs returning nil instead of empty slice
Signed-off-by: Javi Fontan <[email protected]>
1 parent 462dba4 commit 0cac89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repositories.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func (r repositoriesTable) RowIter() (sql.RowIter, error) {
5050
}
5151

5252
func (repositoriesTable) Children() []sql.Node {
53-
return []sql.Node{}
53+
return nil
5454
}
5555

5656
type repositoriesIter struct {

0 commit comments

Comments
 (0)