Bug 1550122 - Fix eslint in browser_loginItemErrors.js

Differential Revision: https://phabricator.services.mozilla.com/D44108

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Matthew Noorenberghe 2019-08-30 05:54:12 +00:00
Родитель 9a616cf572
Коммит 35bcd5dc3f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -107,7 +107,7 @@ add_task(async function test_showLoginItemErrors() {
const updateEvent = Cu.cloneInto(
{
bubbles: true,
detail: Object.assign({guid: loginToUpdate.guid}, loginUpdates),
detail: Object.assign({ guid: loginToUpdate.guid }, loginUpdates),
},
content
);