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