Skip to content

Commit 5284b86

Browse files
committed
Apply fixes from StyleCI
1 parent e2603f2 commit 5284b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/framework/tests/Feature/Views/SidebarBrandViewTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function testSidebarBrandView()
2222
$view->assertSee('theme-toggle-button');
2323
$view->assertDontSee('href');
2424
}
25-
25+
2626
public function testSidebarBrandViewWithHomeRoute()
2727
{
2828
Hyde::routes()->addRoute((new DocumentationPage('index'))->getRoute());

0 commit comments

Comments
 (0)