Fixed indentation

This commit is contained in:
Ajay Ramachandran
2019-08-20 17:47:31 -04:00
parent 90e671ebf8
commit f097ff60aa

View File

@@ -1,6 +1,6 @@
chrome.tabs.onUpdated.addListener(function(tabId, changeInfo, tab) {
chrome.tabs.sendMessage(tabId, {
message: 'update',
message: 'update',
});
});