[hooks/notification] Fix indentation
authorJulien Cristau <julien.cristau@logilab.fr>
Mon, 07 Apr 2014 14:15:35 +0200
changeset 9632 c60c8dec0e0e
parent 9631 c51a05b5dcb8
child 9635 aaf099172bb9
[hooks/notification] Fix indentation Follow-up for changeset 1b8552265f3b "[hooks/notification] use a cnx not a session"
hooks/notification.py
--- a/hooks/notification.py	Thu Apr 03 18:16:10 2014 +0200
+++ b/hooks/notification.py	Mon Apr 07 14:15:35 2014 +0200
@@ -156,8 +156,8 @@
         cnx = self.cnx
         for eid in cnx.transaction_data['changes']:
             view = cnx.vreg['views'].select('notif_entity_updated', cnx,
-                                                rset=cnx.eid_rset(eid),
-                                                row=0)
+                                            rset=cnx.eid_rset(eid),
+                                            row=0)
             notify_on_commit(self.cnx, view,
                     viewargs={'changes': cnx.transaction_data['changes'][eid]})