Skip to content

Commit

Permalink
Fixed code style
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna authored and github-actions[bot] committed Dec 18, 2023
1 parent 78f56fd commit 2b728e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Screen/Fields/SelectTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function testSetIndicesValue(): void
->options([
'0' => 'First Value',
'1' => 'Second Value',
'2' => 'Third Value'
'2' => 'Third Value',
]);

$view = self::minifyRenderField($select);
Expand Down

0 comments on commit 2b728e5

Please sign in to comment.