Skip to content

Commit f3fa391

Browse files
committed
style:fix
1 parent a6a2747 commit f3fa391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Generators/NovaTestGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ protected function allCommonNovaResources(): Generator
179179

180180
$class = str_replace(['/', '.php'], ['\\', ''], $relativePath);
181181

182-
if($this->isValidCommonResourceCheck($class)){
182+
if ($this->isValidCommonResourceCheck($class)) {
183183
yield $class;
184184
}
185185
}

0 commit comments

Comments
 (0)