:shirt: fix lint line length error in remote_object_freer
authorAndy Dill <andy.dill@gmail.com>
Fri, 12 Aug 2016 16:38:49 +0000 (09:38 -0700)
committerAndy Dill <andy.dill@gmail.com>
Fri, 12 Aug 2016 16:38:49 +0000 (09:38 -0700)
atom/common/api/remote_object_freer.cc

index b1a5036..3dfc7c8 100644 (file)
@@ -53,7 +53,8 @@ RemoteObjectFreer::~RemoteObjectFreer() {
 }
 
 void RemoteObjectFreer::RunDestructor() {
-  content::RenderView* render_view = content::RenderView::FromRoutingID(routing_id_);
+  content::RenderView* render_view =
+      content::RenderView::FromRoutingID(routing_id_);
   if (!render_view)
     return;