| Index: components/browser_sync/PRESUBMIT.py
|
| diff --git a/components/browser_sync/PRESUBMIT.py b/components/browser_sync/PRESUBMIT.py
|
| index c9212e952fcf4958e7040737e5ff7208cbf0a60d..d072c723a890d99075f26fec8d1bfdbbe2b95076 100644
|
| --- a/components/browser_sync/PRESUBMIT.py
|
| +++ b/components/browser_sync/PRESUBMIT.py
|
| @@ -26,7 +26,6 @@ def CheckChangeLintsClean(input_api, output_api):
|
| def CheckChanges(input_api, output_api):
|
| results = []
|
| results += CheckChangeLintsClean(input_api, output_api)
|
| - results += input_api.canned_checks.CheckPatchFormatted(input_api, output_api)
|
| return results
|
|
|
| def CheckChangeOnUpload(input_api, output_api):
|
|
|