Skip to content

Commit

Permalink
Code formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
devtronic committed Feb 2, 2020
1 parent 470b692 commit 163a58f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/simple_service.dart
Expand Up @@ -58,4 +58,4 @@ class StackAsAService {
List<String> get entries => _entries;

int get length => _entries.length;
}
}
2 changes: 1 addition & 1 deletion test/tests.dart
Expand Up @@ -15,4 +15,4 @@ main() {
DependencyContainerTest.main();
InjectionTokenTest.main();
ServiceFactoryTest.main();
}
}

0 comments on commit 163a58f

Please sign in to comment.