[ci] format

This commit is contained in:
natemoo-re 2022-03-14 23:20:37 +00:00 committed by GitHub Actions
parent 6b34840d3d
commit 2b52c72b5d

View file

@ -21,5 +21,5 @@ export const unescapeHTML = (value: any) => {
}
// Just return values that are `number`, `null`, `undefined` etc
// The compiler will recursively stringify these correctly
return value
}
return value;
};