Commit 3d48431
committed
style(build): add blank line after multi-line renderFrame closure
SwiftFormat's blankLinesBetweenScopes rule treats the multi-line
'let permissionFrame = renderFrame { ... }' block as a scope and
requires a blank line before the following writeGIF call. The other
gif blocks use single-line .map { ... } expressions and don't trip
the rule.1 parent 3ced142 commit 3d48431
File tree
1 file changed
+1
-0
lines changed- scripts
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| 265 | + | |
265 | 266 | | |
266 | 267 | | |
267 | 268 | | |
0 commit comments