Tidy
All checks were successful
All checks were successful
This commit is contained in:
parent
ed81240418
commit
4d8e8fccfa
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ sub run {
|
|||
}
|
||||
|
||||
# Report missing screens
|
||||
my @missing;
|
||||
my @missing;
|
||||
for my $screen (@required_screens) {
|
||||
unless ($visited_screens{$screen}) {
|
||||
push(@missing, $screen);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue