From 5084053ec396356b43c885e37346eeffcb4f48f4 Mon Sep 17 00:00:00 2001 From: Nathan Perkins Date: Mon, 16 Jun 2014 10:48:56 -0400 Subject: [PATCH] Preserve lack of line endings. --- src/Mailgun/Connection/Exceptions/GenericHTTPError.php | 2 +- src/Mailgun/Connection/RestClient.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mailgun/Connection/Exceptions/GenericHTTPError.php b/src/Mailgun/Connection/Exceptions/GenericHTTPError.php index b370649..199a41f 100644 --- a/src/Mailgun/Connection/Exceptions/GenericHTTPError.php +++ b/src/Mailgun/Connection/Exceptions/GenericHTTPError.php @@ -22,4 +22,4 @@ class GenericHTTPError extends \Exception } } -?> +?> \ No newline at end of file diff --git a/src/Mailgun/Connection/RestClient.php b/src/Mailgun/Connection/RestClient.php index 7627fa0..f07d3dd 100644 --- a/src/Mailgun/Connection/RestClient.php +++ b/src/Mailgun/Connection/RestClient.php @@ -147,4 +147,4 @@ class RestClient{ } } -?> +?> \ No newline at end of file