code style: consistent spacing (#10643) [ci-skip]

Makes spacing consistent
This commit is contained in:
njlr 2019-11-05 14:40:57 +00:00 committed by Huáng Jùnliàng
parent d3db02da30
commit f544753bb8

View File

@ -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");
} }