We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2da5c62 commit a0b3786Copy full SHA for a0b3786
commands/cfformat.cfc
@@ -72,7 +72,7 @@ component accessors="true" {
72
});
73
74
for (var ref in info) {
75
- print.BoldOnGrey93Line(' #ref.setting# ');
+ print.BlackOnGrey93Line(' #ref.setting# ');
76
print.line(ref.reference.description);
77
print.text('Default: ')
78
print.blueLine(defaultSettings[ref.setting]);
0 commit comments