Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-fix Pint Styling #1379

Merged
merged 4 commits into from
Dec 19, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: fix code style
glennjacobs authored and github-actions[bot] committed Dec 18, 2023
commit bc5a09b5fe160ad457802404c983b6f4e869c507
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@ public static function form(Form $form): Form
->schema([
Forms\Components\Section::make()->schema(
static::getMainFormComponents()
)->columns(2)
)->columns(2),
]);
}

@@ -114,7 +114,7 @@ protected static function getTableColumns(): array
Tables\Columns\TextColumn::make('collections_count')
->counts('collections')
->formatStateUsing(
fn($state) => number_format($state, 0)
fn ($state) => number_format($state, 0)
)
->label(__('lunarpanel::collectiongroup.table.collections_count.label')),
];