From dbbf350a34ab7991e635f91a70bd2d211eb921be Mon Sep 17 00:00:00 2001 From: Robert Iannucci Date: Fri, 23 Mar 2018 16:56:14 -0700 Subject: [PATCH] Fix trailing whitespace test. And write the test better to avoid overzealous editor plugins :) TBR=eakuefner@chromium.org, nodir@chromium.org, vadimsh@chromium.org Bug: 825290,825174 Change-Id: I0541d4d70bcb256c24cb659bae256fa0aacb6806 Reviewed-on: https://chromium-review.googlesource.com/979116 Commit-Queue: Robbie Iannucci Reviewed-by: Robbie Iannucci Reviewed-by: Vadim Shtayura --- tests/gclient_eval_unittest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gclient_eval_unittest.py b/tests/gclient_eval_unittest.py index 52c8bc5d0..850edec92 100755 --- a/tests/gclient_eval_unittest.py +++ b/tests/gclient_eval_unittest.py @@ -25,7 +25,7 @@ vars = { # Some comment with bad indentation 'dep_2_rev': '1ced', # Some more comments with bad indentation - # and trailing whitespaces + # and trailing whitespaces """ + """ 'dep_3_rev': '5p1e5', }