code style: consistent spacing (#10643) [ci-skip]
Makes spacing consistent
This commit is contained in:
parent
d3db02da30
commit
f544753bb8
@ -17,6 +17,7 @@ export default declare(
|
|||||||
if (typeof allExtensions !== "boolean") {
|
if (typeof allExtensions !== "boolean") {
|
||||||
throw new Error(".allExtensions must be a boolean, or undefined");
|
throw new Error(".allExtensions must be a boolean, or undefined");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (typeof isTSX !== "boolean") {
|
if (typeof isTSX !== "boolean") {
|
||||||
throw new Error(".isTSX must be a boolean, or undefined");
|
throw new Error(".isTSX must be a boolean, or undefined");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user