Ran prettier.

This commit is contained in:
Rezmason
2022-05-04 17:42:50 -07:00
parent a6c88913f5
commit a4a0406826
4 changed files with 5 additions and 5 deletions

View File

@@ -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];
}