Skip to content

Commit 1835c9c

Browse files
committed
Remove unnecessary blank line in Main.php dashboard cards method
1 parent d0ccc01 commit 1835c9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/Nova/Dashboards/Main.php

-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ public function cards()
7878

7979
$cards[] = Issues::make()
8080
->width('1/2');
81-
8281
}
8382

8483
return $cards;

0 commit comments

Comments
 (0)