Formatting

This commit is contained in:
Tobe O 2018-08-21 09:37:52 -04:00
parent bcee87949a
commit 3ec5749548
5 changed files with 4 additions and 8 deletions

View file

@ -150,8 +150,6 @@ class _ReflectedClassMirror extends ReflectedClass {
bool operator ==(other) {
return other is _ReflectedClassMirror && other.mirror == mirror;
}
}
class _ReflectedDeclarationMirror extends ReflectedDeclaration {

View file

@ -1,9 +1,7 @@
import 'package:angel_container/angel_container.dart';
import 'package:test/test.dart';
void returnVoidFromAFunction(int x) {
}
void returnVoidFromAFunction(int x) {}
void testReflector(Reflector reflector) {
var blaziken = new Pokemon('Blaziken', PokemonType.fire);