Commit edf8d35
authored
Work around clang-format bug. (#864)
clang-format doesn't deal with missing newlines in some places well:
it inserts them, but not in all the places it needs to, so we end up
in a situation where running it multiple times produces different
output than running it once.
Work around by just manually inserting a newline.1 parent 1ad0ece commit edf8d35
File tree
1 file changed
+1
-1
lines changed- src-electron/generator/matter/darwin/Framework/CHIP/templates
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
627 | 627 | | |
628 | 628 | | |
629 | 629 | | |
630 | | - | |
| 630 | + | |
631 | 631 | | |
632 | 632 | | |
633 | 633 | | |
| |||
0 commit comments