Browse Source

formatted code

Gildas 7 năm trước cách đây
mục cha
commit
d6ace2c8ed
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      extension/core/bg/bg.js

+ 0 - 1
extension/core/bg/bg.js

@@ -45,7 +45,6 @@ singlefile.core = (() => {
 	async function processStart(tab, options) {
 		if (!options.removeFrames) {
 			await FrameTree.initialize(tab.id);
-
 		}
 		await new Promise(resolve => browser.tabs.sendMessage(tab.id, { processStart: true, options }, resolve));
 	}