From bf586d2b1300676d0bceefec31476df987575691 Mon Sep 17 00:00:00 2001 From: Marco Biedermann Date: Mon, 9 Feb 2015 22:23:27 +0100 Subject: [PATCH] add newline at end of file --- CONTRIBUTING.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 15444b8..eaa2c40 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,4 +15,4 @@ - Add some note/description if applicable. People will thank you for that. - Be grateful. Indicate a source using this format `[Source](link)` if applicable. - For Apache-related examples, wrap your commands in a `apacheconf` code block. -- For command-line examples, wrap your commands in a `bash` code block. \ No newline at end of file +- For command-line examples, wrap your commands in a `bash` code block. diff --git a/README.md b/README.md index 5c4bf5f..138a4fb 100644 --- a/README.md +++ b/README.md @@ -354,4 +354,4 @@ AddHandler application/x-httpd-php55 .php # Alternatively, you can use AddType AddType application/x-httpd-php55 .php -``` \ No newline at end of file +```