Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
snewcomer committed Aug 9, 2021
1 parent a10c692 commit 2a2ea04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 1 addition & 5 deletions packages/@ember/-internals/runtime/lib/system/core_object.js
Expand Up @@ -4,11 +4,7 @@

import { getFactoryFor, setFactoryFor } from '@ember/-internals/container';
import { getOwner } from '@ember/-internals/owner';
import {
guidFor,
makeArray,
isInternalSymbol,
} from '@ember/-internals/utils';
import { guidFor, makeArray, isInternalSymbol } from '@ember/-internals/utils';
import { meta } from '@ember/-internals/meta';
import {
PROXY_CONTENT,
Expand Down
@@ -1,7 +1,6 @@
import { getFactoryFor, Registry } from '@ember/-internals/container';
import { inspect } from '@ember/-internals/utils';
import { getOwner, setOwner } from '@ember/-internals/owner';
import { computed, Mixin, observer, addObserver, alias, tracked } from '@ember/-internals/metal';
import { computed, Mixin, observer, addObserver, alias } from '@ember/-internals/metal';
import Service, { inject as service } from '@ember/service';
import { DEBUG } from '@glimmer/env';
import EmberObject from '../../../lib/system/object';
Expand Down

0 comments on commit 2a2ea04

Please sign in to comment.