Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm authored and github-actions[bot] committed Sep 18, 2022
1 parent f3a539a commit 1d53ece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/FunctionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ public function global_dom_class_fn()
public function namespaced_turbo_stream_view_fn()
{
$response = turbo_stream_view('turbo_stream_view_namespaced', [
'title' => 'Post Namespaced'
'title' => 'Post Namespaced',
]);

$this->assertEquals(Turbo::TURBO_STREAM_FORMAT, $response->headers->get('Content-Type'));
Expand All @@ -220,7 +220,7 @@ public function namespaced_turbo_stream_view_fn()
public function global_turbo_stream_view_fn()
{
$response = \turbo_stream_view('turbo_stream_view_global', [
'title' => 'Post Global'
'title' => 'Post Global',
]);

$this->assertEquals(Turbo::TURBO_STREAM_FORMAT, $response->headers->get('Content-Type'));
Expand Down

0 comments on commit 1d53ece

Please sign in to comment.