summaryrefslogtreecommitdiff
path: root/Postman/Extensions/Core/Notifications
diff options
context:
space:
mode:
Diffstat (limited to 'Postman/Extensions/Core/Notifications')
-rw-r--r--Postman/Extensions/Core/Notifications/PostmanPushoverNotify.php2
-rw-r--r--Postman/Extensions/Core/Notifications/PostmanSlackNotify.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/Postman/Extensions/Core/Notifications/PostmanPushoverNotify.php b/Postman/Extensions/Core/Notifications/PostmanPushoverNotify.php
index c1f2661..bc1e95d 100644
--- a/Postman/Extensions/Core/Notifications/PostmanPushoverNotify.php
+++ b/Postman/Extensions/Core/Notifications/PostmanPushoverNotify.php
@@ -31,4 +31,4 @@ class PostmanPushoverNotify implements Postman_Notify {
error_log( __CLASS__ . ': ' . print_r( $body, true ) );
}
}
-}
+} \ No newline at end of file
diff --git a/Postman/Extensions/Core/Notifications/PostmanSlackNotify.php b/Postman/Extensions/Core/Notifications/PostmanSlackNotify.php
index 3e482a8..1da009a 100644
--- a/Postman/Extensions/Core/Notifications/PostmanSlackNotify.php
+++ b/Postman/Extensions/Core/Notifications/PostmanSlackNotify.php
@@ -37,4 +37,4 @@ class PostmanSlackNotify implements Postman_Notify {
error_log( __CLASS__ . ': ' . $message );
}
}
-} \ No newline at end of file
+}