Skip to content

Commit

Permalink
Fix code style 🍺
Browse files Browse the repository at this point in the history
  • Loading branch information
martyf committed Dec 17, 2024
1 parent b37ae05 commit 88f9f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Modifiers/EmbedUrlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public function it_ensures_url_with_query_parameters_are_valid()
);
}

public function embed($url)
public function embed($url)
{
return Modify::value($url)->embedUrl()->fetch();
}
Expand Down

0 comments on commit 88f9f67

Please sign in to comment.