From da44f31cb1debe2c8161ee280121d79d3dd5ec18 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Fri, 7 Aug 2015 10:24:19 -0400 Subject: [PATCH] Remove invalid file path in ignored_files for tidying --- python/tidy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/tidy.py b/python/tidy.py index 625c3111465..40251cdf8a7 100644 --- a/python/tidy.py +++ b/python/tidy.py @@ -38,7 +38,6 @@ ignored_files = [ "components/script/dom/bindings/codegen/ply/*", # Generated and upstream code combined with our own. Could use cleanup - "components/style/properties/mod.rs", "target/*", "ports/gonk/src/native_window_glue.cpp", "ports/cef/*",