Remove trailing slash in codereview.settings to fix review url double slash

BUG=
R=ricow@google.com

Review URL: https://codereview.chromium.org/1382853002 .
This commit is contained in:
John McCutchan
2015-10-01 07:27:13 -07:00
parent 4b4e836960
commit c5aeb5a808
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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