mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-14 12:29:30 -07:00
Ran prettier.
This commit is contained in:
@@ -132,7 +132,6 @@ const parseStructLayout = (identifier, body, structLayouts) => {
|
||||
.filter((s) => s.length > 0)
|
||||
// ...but some commas separate elements between angle brackets, rather than between lines:
|
||||
.reduce((existingLines, line, index) => {
|
||||
|
||||
if (index === 0) {
|
||||
return [line];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user