mirror of
https://github.com/withastro/astro.git
synced 2025-02-17 22:44:24 -05:00
[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
|
||||
// The compiler will recursively stringify these correctly
|
||||
return value
|
||||
}
|
||||
return value;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue