Skip to content

Commit 98a0cad

Browse files
committed
format
1 parent 540689b commit 98a0cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/ModelAttributeValidationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
use StevenFox\LaravelModelValidation\Tests\Fixtures\ValidatesWhenSavingModel;
1010
use StevenFox\LaravelModelValidation\Tests\Fixtures\ValidatingModel;
1111

12-
beforeEach(function() {
12+
beforeEach(function () {
1313
// Reset the static variable on the trait prior to each test
1414
// to avoid state corruption.
1515
ValidatingModel::enableValidationWhenSaving();

0 commit comments

Comments
 (0)