mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[REF] autoformat some files
This commit is contained in:
committed by
Géry Debongnie
parent
e04c5b1c6b
commit
8ee0973dab
@@ -1554,7 +1554,7 @@ describe("random stuff/miscellaneous", () => {
|
||||
</div>`;
|
||||
widgets = { D, E, F };
|
||||
name = "C";
|
||||
state = {flag: true};
|
||||
state = { flag: true };
|
||||
|
||||
constructor(parent, props) {
|
||||
super(parent, props);
|
||||
@@ -1618,7 +1618,7 @@ describe("random stuff/miscellaneous", () => {
|
||||
"D:mounted",
|
||||
"E:mounted",
|
||||
"C:mounted",
|
||||
"A:mounted",
|
||||
"A:mounted"
|
||||
]);
|
||||
|
||||
// update
|
||||
@@ -1637,7 +1637,7 @@ describe("random stuff/miscellaneous", () => {
|
||||
"C:_patch",
|
||||
"E:willUnmount",
|
||||
"E:destroy",
|
||||
"E:destroy", // maybe should look into this
|
||||
"E:destroy", // maybe should look into this
|
||||
"F:_patch(from _mount)",
|
||||
"F:mounted",
|
||||
"D:_patch",
|
||||
|
||||
Reference in New Issue
Block a user