[ci] format
This commit is contained in:
parent
6b34840d3d
commit
2b52c72b5d
1 changed files with 2 additions and 2 deletions
|
@ -21,5 +21,5 @@ export const unescapeHTML = (value: any) => {
|
||||||
}
|
}
|
||||||
// Just return values that are `number`, `null`, `undefined` etc
|
// Just return values that are `number`, `null`, `undefined` etc
|
||||||
// The compiler will recursively stringify these correctly
|
// The compiler will recursively stringify these correctly
|
||||||
return value
|
return value;
|
||||||
}
|
};
|
||||||
|
|
Loading…
Reference in a new issue