Skip to content

Commit

Permalink
chore(automated): Lint commit and format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 15, 2024
1 parent 2e2a8ff commit 2719903
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions test/src/components/navigation_bar/navigation_bar_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ void main() {

const items = [
ZetaNavigationBarItem(
icon: ZetaIcons.star,
label: 'Label0',
badge: ZetaIndicator(
value: 2,
),),
icon: ZetaIcons.star,
label: 'Label0',
badge: ZetaIndicator(
value: 2,
),
),
ZetaNavigationBarItem(icon: ZetaIcons.star, label: 'Label1', badge: ZetaIndicator(value: 2)),
ZetaNavigationBarItem(icon: ZetaIcons.star, label: 'Label2'),
ZetaNavigationBarItem(icon: ZetaIcons.star, label: 'Label3'),
Expand Down

0 comments on commit 2719903

Please sign in to comment.