Commit c3fb9a8
committed
style(cli): drop unnecessary ## escape inside a // comment
Trivial follow-up to Reviewer A round 2 on #2699. `##` is CFML's
escape for emitting a literal `#` in evaluated output, but `//` line
comments are not evaluated — so `##2699` inside a `//` comment is
just noise. Single `#2699` is correct (and would auto-link if the
comment ever ended up in rendered output).
No behavior change.1 parent fe834a8 commit c3fb9a8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
0 commit comments