Fix stray backtick at end of lightshow_format.h
Markdown artifact caused a compile error: stray '`' in program. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -49,4 +49,3 @@ inline ShowDef read_show_def(const ShowDef* ptr) {
|
|||||||
sd.mode = pgm_read_byte(&ptr->mode);
|
sd.mode = pgm_read_byte(&ptr->mode);
|
||||||
return sd;
|
return sd;
|
||||||
}
|
}
|
||||||
`
|
|
||||||
Reference in New Issue
Block a user