Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hay-kot committed Oct 12, 2024
1 parent fa5c4fb commit f6ea1f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/scaffold/pkgs/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ func ListSystem(f fs.FS) ([]PackageList, error) {
return nil, err
}

if current.Root != "" {
pkgs = append(pkgs, current)
}
if current.Root != "" {
pkgs = append(pkgs, current)
}

return pkgs, nil
}

0 comments on commit f6ea1f3

Please sign in to comment.