Skip to content

Commit

Permalink
Bug 1528387 - Added newline at the end of the files because of eslint…
Browse files Browse the repository at this point in the history
… failure. r=eslint-fix
  • Loading branch information
CosminSabou committed Feb 21, 2019
1 parent d76cbc2 commit 4f6a2ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dom/ipc/tests/browser_JSWindowActor.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,5 @@ add_task(async function test_asyncMessage_without_both_side_actor() {
});
ChromeUtils.unregisterWindowActor("Test");
});
});
});

3 changes: 2 additions & 1 deletion toolkit/actors/TestParent.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ class TestParent extends JSWindowActorParent {
show() {
return "TestParent";
}
}
}

0 comments on commit 4f6a2ea

Please sign in to comment.