style: dart format reflow (no behavior change)
This commit is contained in:
parent
cf5d302cc1
commit
e3ec855630
17 changed files with 197 additions and 139 deletions
|
|
@ -130,6 +130,8 @@ class QuickAddCubit extends Cubit<QuickAddState> {
|
|||
quantity: state.quantity,
|
||||
photoBytes: state.photoBytes,
|
||||
);
|
||||
emit(QuickAddState(lotType: state.lotType, addedCount: state.addedCount + 1));
|
||||
emit(
|
||||
QuickAddState(lotType: state.lotType, addedCount: state.addedCount + 1),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue