Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam0Brien committed Aug 8, 2023
1 parent 5fce4c5 commit 6293fdf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mantle/kola/harness.go
Original file line number Diff line number Diff line change
Expand Up @@ -611,8 +611,6 @@ func filterTests(tests map[string]*register.Test, patterns []string, pltfrm stri
if allowed, excluded := isAllowed(QEMUOptions.Firmware, t.Firmwares, t.ExcludeFirmwares); !allowed || excluded {
continue
}


}

// Check native tests for arch-specific and distro-specfic exclusion
Expand Down

0 comments on commit 6293fdf

Please sign in to comment.