Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
schmeits authored and github-actions[bot] committed Jun 21, 2024
1 parent 9d0657c commit 6561d91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions src/Enums/UmamiWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

namespace Schmeits\FilamentUmami\Enums;

interface UmamiWidget
{
}
interface UmamiWidget {}
4 changes: 1 addition & 3 deletions src/FilamentUmamiServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ public function configurePackage(Package $package): void
}
}

public function packageRegistered(): void
{
}
public function packageRegistered(): void {}

public function packageBooted(): void
{
Expand Down

0 comments on commit 6561d91

Please sign in to comment.