Skip to content

Commit fb4f3b2

Browse files
committed
Styles
1 parent ddc461c commit fb4f3b2

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

tests/BaseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ protected function getPackageProviders($app)
3636
if (class_exists('\\Livewire\\LivewireServiceProvider')) {
3737
$providers[] = LivewireServiceProvider::class;
3838
}
39-
39+
4040
return $providers;
4141
}
4242

tests/BlockTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ public function can_change_tab_size()
7474
$this->assertEquals($block->code, $cleaned);
7575
}
7676

77-
7877
/** @test */
7978
public function can_leave_tabs_in()
8079
{

tests/LivewireTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,4 @@ public function livewire_2_registers_a_middleware()
3030
$this->markTestSkipped('Livewire 1 cannot register middleware.');
3131
}
3232
}
33-
3433
}

0 commit comments

Comments
 (0)