style(bazel): fix 2 unformatted .bzl files
This commit is contained in:
parent
c653a16b57
commit
ed711418f1
|
@ -17,9 +17,9 @@ load(
|
||||||
"TsConfigInfo",
|
"TsConfigInfo",
|
||||||
"collect_node_modules_aspect",
|
"collect_node_modules_aspect",
|
||||||
"compile_ts",
|
"compile_ts",
|
||||||
|
"transitive_js_ecma_script_module_info",
|
||||||
"ts_providers_dict_to_struct",
|
"ts_providers_dict_to_struct",
|
||||||
"tsc_wrapped_tsconfig",
|
"tsc_wrapped_tsconfig",
|
||||||
"transitive_js_ecma_script_module_info",
|
|
||||||
)
|
)
|
||||||
|
|
||||||
_FLAT_DTS_FILE_SUFFIX = ".bundle.d.ts"
|
_FLAT_DTS_FILE_SUFFIX = ".bundle.d.ts"
|
||||||
|
|
Loading…
Reference in New Issue