Skip to content

Commit

Permalink
fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
josxha committed Jun 6, 2024
1 parent bd629f3 commit 1337a06
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/src/layer_properties.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions maplibre_gl_platform_interface/lib/src/source_properties.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions scripts/templates/layer_properties.dart.template
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class {{typePascal}}LayerProperties implements LayerProperties {
);
}

@override
Map<String, dynamic> toJson() {
final Map<String, dynamic> json = <String, dynamic>{};

Expand Down
1 change: 1 addition & 0 deletions scripts/templates/source_properties.dart.template
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class {{typePascal}}SourceProperties implements SourceProperties {
);
}

@override
Map<String, dynamic> toJson() {
final Map<String, dynamic> json = <String, dynamic>{};

Expand Down

0 comments on commit 1337a06

Please sign in to comment.