Skip to content

Commit

Permalink
fix: remove unnecessary linebreaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Dec 8, 2023
1 parent a07f19d commit 35498df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cli/test/datafeed.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,9 @@ describe('CLI datafeed', function () {
for (const aggregator of afterAggregatorList) {
await aggregatorRemoveHandler()({ id: aggregator.id })
}

for (const adapter of afterAdapterList) {
await adapterRemoveHandler()({ id: adapter.id })
}

for (const delegatorReporter of afterDelegatorReporterList) {
await delegatorReporterRemoveHandler()({ id: delegatorReporter.id })
}
Expand Down

0 comments on commit 35498df

Please sign in to comment.