Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bbondy committed Apr 10, 2016
1 parent ae18a7a commit ed3e4c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion atom/browser/api/atom_api_app.cc
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ void App::Observe(

// make sure background pages get a webcontents
// api wrapper so they can communicate via IPC
if (extensions::ExtensionSystem::Get(browser_context)->ready().is_signaled()) {
if (extensions::ExtensionSystem::Get(browser_context)
->ready().is_signaled()) {
const extensions::Extension* extension =
extensions::ExtensionRegistry::Get(browser_context)->
enabled_extensions().GetExtensionOrAppByURL(url);
Expand Down

0 comments on commit ed3e4c5

Please sign in to comment.