Skip to content

Commit 31097bd

Browse files
committed
Formatting
1 parent e733d2a commit 31097bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/Assets/Ui/ShowAssetTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class ShowAssetTest extends TestCase
1111
public function testPageForAssetWithMissingModelStillRenders()
1212
{
1313
$asset = Asset::factory()->create();
14-
14+
1515
$asset->model_id = null;
1616
$asset->forceSave();
1717

0 commit comments

Comments
 (0)