From c5aeb5a808388d0b128a812db087c6003d5839c2 Mon Sep 17 00:00:00 2001 From: John McCutchan Date: Thu, 1 Oct 2015 07:27:13 -0700 Subject: [PATCH] Remove trailing slash in codereview.settings to fix review url double slash BUG= R=ricow@google.com Review URL: https://codereview.chromium.org/1382853002 . --- codereview.settings | 2 +- runtime/codereview.settings | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/codereview.settings b/codereview.settings index 3e788877563..ada9e3cda3d 100644 --- a/codereview.settings +++ b/codereview.settings @@ -1,4 +1,4 @@ # This file is used by gcl to get repository specific information. -CODE_REVIEW_SERVER: http://codereview.chromium.org/ +CODE_REVIEW_SERVER: http://codereview.chromium.org VIEW_VC: https://github.com/dart-lang/sdk/commit/ CC_LIST: reviews@dartlang.org diff --git a/runtime/codereview.settings b/runtime/codereview.settings index 210cc8b13d0..b7311569430 100644 --- a/runtime/codereview.settings +++ b/runtime/codereview.settings @@ -1,4 +1,4 @@ # This file is used by gcl to get repository specific information. -CODE_REVIEW_SERVER: http://codereview.chromium.org/ +CODE_REVIEW_SERVER: http://codereview.chromium.org VIEW_VC: https://github.com/dart-lang/sdk/commit/ CC_LIST: reviews@dartlang.org,vm-dev@dartlang.org