Skip to content

Commit

Permalink
Merge pull request #20 from ably-labs/fix-comparePackageLockfiles
Browse files Browse the repository at this point in the history
Fix bug in `comparePackageLockfiles` lint step
  • Loading branch information
lawrence-forooghian authored Aug 23, 2024
2 parents cb48dda + 9248f29 commit 5a4133b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Sources/BuildTool/BuildTool.swift
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,6 @@ struct Lint: AsyncParsableCommand {
}
}

var result: [String] = []
for try await fileContents in group {
result.append(fileContents)
}

return try await group.reduce(into: []) { accum, fileContents in
accum.append(fileContents)
}
Expand Down

0 comments on commit 5a4133b

Please sign in to comment.