Skip to content

Commit

Permalink
chore: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasz-trela committed Jan 17, 2025
1 parent 86abf72 commit c093b2f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ class _CarouselWithIndicatorState
.map(
(item) => ClipRRect(
borderRadius: const BorderRadius.all(
Radius.circular(DigitalGuideConfig.borderRadiusMedium),),
Radius.circular(DigitalGuideConfig.borderRadiusMedium),
),
child: DigitalGuideImage(id: item),
),
)
Expand Down

0 comments on commit c093b2f

Please sign in to comment.