Skip to content

Commit

Permalink
linted imports by sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
runnerboy22 committed Jul 17, 2021
1 parent 8731d89 commit 69636f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { resolve } from 'rsvp';
import { setupTest } from 'ember-qunit';

import Adapter from '@ember-data/adapter';
import Model, { belongsTo, hasMany, attr } from '@ember-data/model';
import Model, { attr, belongsTo, hasMany } from '@ember-data/model';
import JSONAPISerializer from '@ember-data/serializer/json-api';

module('integration/adapter/store-adapter - client-side delete', function (hooks) {
Expand Down

0 comments on commit 69636f7

Please sign in to comment.