style(bazel): fix 2 unformatted .bzl files

This commit is contained in:
Alex Rickabaugh 2019-10-08 10:45:48 -07:00
parent c653a16b57
commit ed711418f1
2 changed files with 3 additions and 3 deletions

View File

@ -17,9 +17,9 @@ load(
"TsConfigInfo",
"collect_node_modules_aspect",
"compile_ts",
"transitive_js_ecma_script_module_info",
"ts_providers_dict_to_struct",
"tsc_wrapped_tsconfig",
"transitive_js_ecma_script_module_info",
)
_FLAT_DTS_FILE_SUFFIX = ".bundle.d.ts"