Skip to content

Commit

Permalink
fix(ci): remove white-space from coverage:ignore-line
Browse files Browse the repository at this point in the history
  • Loading branch information
tsinis committed Jul 31, 2024
1 parent 8f77a0f commit ce40fe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ abstract interface class DecoratedFlagInterface {
/// - [decorationPosition]: The position of the decoration. Defaults to
/// [DecorationPosition.foreground] if not provided.
/// - [padding]: The padding around the flag.
const DecoratedFlagInterface( // coverage: ignore-line
const DecoratedFlagInterface( // coverage:ignore-line
{
this.aspectRatio,
this.decoration,
Expand Down
2 changes: 1 addition & 1 deletion packages/world_flags/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: world_flags
description: Country flags made with Flutter - every flag is a Widget, without any assets.
maintainer: Roman Cinis
repository: https://github.com/tsinis/sealed_world/tree/main/packages/world_flags
issue_tracker: https://github.com/tsinis/sealed_world/issues/
issue_tracker: https://github.com/tsinis/sealed_world/issues
topics:
- flags
- flag
Expand Down

0 comments on commit ce40fe5

Please sign in to comment.