summaryrefslogtreecommitdiff
path: root/cli/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'cli/BUILD.gn')
-rw-r--r--cli/BUILD.gn7
1 files changed, 3 insertions, 4 deletions
diff --git a/cli/BUILD.gn b/cli/BUILD.gn
index 7f7c6e96f..e4fa98c61 100644
--- a/cli/BUILD.gn
+++ b/cli/BUILD.gn
@@ -147,9 +147,9 @@ group("deno_deps_cross") {
}
# Reads the cargo info from Cargo.toml
-deno_cargo_info = exec_script(
- "../build_extra/rust/get_cargo_info.py",
- [ rebase_path("Cargo.toml", root_build_dir) ], "json")
+deno_cargo_info = exec_script("../build_extra/rust/get_cargo_info.py",
+ [ rebase_path("Cargo.toml", root_build_dir) ],
+ "json")
rust_executable("deno") {
source_root = "main.rs"
@@ -181,7 +181,6 @@ rust_test("cli_test") {
]
}
-
# Generates the core TypeScript type library for deno that will be
# included in the runtime bundle
run_node("deno_runtime_declaration") {