From f4dbcb8d814e51eef88835ce504c811f2827af92 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Fri, 2 Jan 2015 23:55:37 +0100 Subject: [PATCH] Improved code layout. --- lib/notification_factory.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/notification_factory.rb b/lib/notification_factory.rb index 9530fc08b..b7db22bd2 100644 --- a/lib/notification_factory.rb +++ b/lib/notification_factory.rb @@ -19,8 +19,8 @@ module NotificationFactory # store possible callback to work with # and check if it's valid for execution - original_string = $& - callback = $1 + original_string = $& + callback = $1 object_name = nil object_method = nil