Run dart format lib
This commit is contained in:
@@ -40,7 +40,8 @@ class ConnectionError extends PlayerConnectionState {
|
||||
ConnectionError(this.message, this.uri);
|
||||
}
|
||||
|
||||
class ConnectionStateBloc extends Bloc<PlayerConnectionEvent, PlayerConnectionState> {
|
||||
class ConnectionStateBloc
|
||||
extends Bloc<PlayerConnectionEvent, PlayerConnectionState> {
|
||||
final PlayerStateBloc playerStateBloc;
|
||||
|
||||
ConnectionStateBloc(this.playerStateBloc) : super(Disconnected()) {
|
||||
|
||||
Reference in New Issue
Block a user