diff --git a/tools/msftidy.rb b/tools/msftidy.rb index 7422edcdf3..a0454c5149 100755 --- a/tools/msftidy.rb +++ b/tools/msftidy.rb @@ -145,7 +145,7 @@ class Msftidy end end - def check_verbose_option + def check_verbose_option if @source =~ /Opt(Bool|String).new\([[:space:]]*('|")VERBOSE('|")[[:space:]]*,[[:space:]]*\[[[:space:]]*/ warn("VERBOSE Option is already part of advanced settings, no need to add it manually.") end