Skip to content

Commit 8ea8d17

Browse files
committed
chore: runs yarn lint:fix
1 parent 0fc511b commit 8ea8d17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

addon/utils/mung-options-for-fetch.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default function mungOptionsForFetch(
1515
let fetchOptions = {
1616
credentials: 'same-origin',
1717
};
18-
18+
1919
for (const key in options) {
2020
if (Object.prototype.hasOwnProperty.call(options, key)) {
2121
fetchOptions[key] = options[key]

tests/dummy/config/ember-try.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = async function () {
1717
name: 'ember-lts-3.28',
1818
npm: {
1919
devDependencies: {
20-
'ember-source': '~3.28.0'
20+
'ember-source': '~3.28.0',
2121
},
2222
},
2323
},

0 commit comments

Comments
 (0)