Remove superflous whitespace

This commit is contained in:
Danny Tuppeny
2018-05-03 16:47:28 +01:00
committed by Danny Tuppeny
parent 3bb6b5e660
commit e456330a91

View File

@@ -65,6 +65,4 @@ class _MockEmulator extends Emulator {
void launch() {
throw new UnimplementedError('Not implemented in Mock');
}
}