diff --git a/test/chplcheck/allrules.good b/test/chplcheck/allrules.good index 4f8de174077a..c51c4923bae6 100644 --- a/test/chplcheck/allrules.good +++ b/test/chplcheck/allrules.good @@ -17,7 +17,7 @@ Available rules (default rules marked with *): * PascalCaseClasses Warn for classes that are not 'PascalCase'. * PascalCaseModules Warn for modules that are not 'PascalCase'. * SimpleDomainAsRange Warn for simple domains in loops that can be ranges. - UnusedFormal Warn for unused formals in functions. + * UnusedFormal Warn for unused formals in functions. * UnusedLoopIndex Warn for unused index variables in loops. * UnusedTupleUnpack Warn for unused tuple unpacking, such as '(_, _)'. UseExplicitModules Warn for code that relies on auto-inserted implicit modules.