Skip to content

Commit e965276

Browse files
cklei-carlygithub-actions[bot]
authored andcommitted
Fix styling
1 parent d0c54ab commit e965276

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Base/Filament/Concerns/ContentFormTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
trait ContentFormTrait
3232
{
3333
use HasContentFormActions;
34-
34+
3535
protected ?string $publishOperation = null;
3636

3737
/**

src/Base/Filament/Concerns/HasContentFormActions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
* cacheHasContentFormActions() before cacheMountedActions() runs,
88
* so extra status actions are in cachedActions in time.
99
*/
10-
trait HasContentFormActions {}
10+
trait HasContentFormActions {}

0 commit comments

Comments
 (0)