Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
nikuscs authored and github-actions[bot] committed Nov 6, 2024
1 parent 82ae380 commit 8d17b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Macros/StrTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ public function it_handles_edge_cases_for_lines_to_collection()
$result = Str::linesToCollection('café,résumé,naïve');
$this->assertEquals(['café', 'résumé', 'naïve'], $result->all());
}
}
}

0 comments on commit 8d17b12

Please sign in to comment.