formatted PowerClampInfoBloc.

This commit is contained in:
Faris Armoush
2025-05-06 09:09:27 +03:00
parent d89e227599
commit 7e37aed026

View File

@ -51,5 +51,5 @@ class PowerClampInfoBloc extends Bloc<PowerClampInfoEvent, PowerClampInfoState>
final updatedModel = currentModel.copyWith(statusPower: updatedStatus);
emit(state.copyWith(powerClampModel: updatedModel));
}
}
}