refactor: delete line break
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
06ecceb478
commit
cdce628038
|
@ -28,7 +28,6 @@ describe('ticket componentUpdate()', () => {
|
||||||
firstvalueBeforeChange = componentValue.value;
|
firstvalueBeforeChange = componentValue.value;
|
||||||
|
|
||||||
[componentValue] = await models.SaleComponent.rawSql(componentOfSaleEight);
|
[componentValue] = await models.SaleComponent.rawSql(componentOfSaleEight);
|
||||||
|
|
||||||
secondvalueBeforeChange = componentValue.value;
|
secondvalueBeforeChange = componentValue.value;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue