Skip to content

Commit

Permalink
fix(gradle): comments
Browse files Browse the repository at this point in the history
  • Loading branch information
iseki0 committed Jan 22, 2025
1 parent 3512d68 commit 0cd23b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/gradle/gradle.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func (Inspector) InspectProject(ctx context.Context) error {
}
}
if len(rs) == 0 && !env.ScannerScan {
// if no module find, use backup solution
// if no module found, use a backup solution
if m := backupParser(ctx, dir); m != nil {
tm := m.BaseModule(dir)
tm.ScanStrategy = model.ScanStrategyBackup
Expand Down

0 comments on commit 0cd23b1

Please sign in to comment.