Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed Feb 6, 2024
1 parent 38c7c5a commit e4bad54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/services/universe.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ export default class UniverseService extends Service.extend(Evented) {
if (!isArray(registries)) {
throw new Error('`createRegistries()` method must take an array.');
}

for (let i = 0; i < registries.length; i++) {
const registry = registries[i];

Expand Down

0 comments on commit e4bad54

Please sign in to comment.