From 8e83b3bec14effc82949af3e47f966b37247e0ea Mon Sep 17 00:00:00 2001 From: RudarDaman Date: Wed, 3 Apr 2019 18:24:48 +0530 Subject: [PATCH] docs: remove trailing comma in BAZEL.md (#29682) PR Close #29682 --- docs/BAZEL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/BAZEL.md b/docs/BAZEL.md index 6bfe96f76e..c381cf2d81 100644 --- a/docs/BAZEL.md +++ b/docs/BAZEL.md @@ -92,7 +92,7 @@ First time setup: "type": "node", "request": "attach", "name": "Attach to Remote", - "port": 9229, + "port": 9229 } ```