Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
dcharkes committed Jan 7, 2025
1 parent dd5e5af commit daddccf
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ import 'package:native_assets_cli/native_assets_cli.dart';

void main(List<String> args) async {
await build(args, (buildInput, _) async {
final someValue =
buildInput.metadatum('package_with_metadata', 'some_key');
final someValue = buildInput.metadatum('package_with_metadata', 'some_key');
assert(someValue != null);
final someInt = buildInput.metadatum('package_with_metadata', 'some_int');
assert(someInt != null);
Expand Down

0 comments on commit daddccf

Please sign in to comment.