Remove return

unstable
sinn3r 2012-12-14 11:07:41 -06:00
parent 4011c8dba7
commit 3dc051c296
1 changed files with 0 additions and 1 deletions

View File

@ -381,7 +381,6 @@ end
def run_checks(f_rel)
tidy = Msftidy.new(f_rel)
tidy.check_ref_identifiers
return
tidy.check_old_keywords
tidy.check_badchars
tidy.check_extname