Skip to content

Commit

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

namespace VendorName\Skeleton;

class Skeleton
{
}
class Skeleton {}
4 changes: 1 addition & 3 deletions src/SkeletonServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,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 5e45a5f

Please sign in to comment.