Skip to content
This repository was archived by the owner on Sep 4, 2023. It is now read-only.

Commit f41a73a

Browse files
Fix styling
1 parent 3aba5f8 commit f41a73a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/FilamentCodeEditorServiceProvider.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ public function configurePackage(Package $package): void
1717
$package->name('filament-code-editor');
1818
}
1919

20-
public function bootingPackage() {
20+
public function bootingPackage()
21+
{
2122
Filament::serving(function () {
2223
Filament::registerScripts($this->beforeCoreScripts, true);
2324
});

0 commit comments

Comments
 (0)