From 4b95ecf43cc9e32aa1632b9d87125d017c9b7acc Mon Sep 17 00:00:00 2001
From: Simon Constans <simonc@theodo.fr>
Date: Fri, 27 Mar 2015 10:26:10 +0100
Subject: [PATCH] Add newline at end of file

---
 defaults/main.yml                | 2 +-
 tasks/oauth.yml                  | 2 +-
 templates/.composer/auth.json.j2 | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/defaults/main.yml b/defaults/main.yml
index 97fa119..a67744c 100644
--- a/defaults/main.yml
+++ b/defaults/main.yml
@@ -12,4 +12,4 @@ proxy_env: {}
 
 # Visit https://github.com/settings/applications 
 # and generate personal access token
-composer_github_oauth: false
\ No newline at end of file
+composer_github_oauth: false
diff --git a/tasks/oauth.yml b/tasks/oauth.yml
index d944c99..850e5b1 100644
--- a/tasks/oauth.yml
+++ b/tasks/oauth.yml
@@ -4,4 +4,4 @@
   template:
     src: ".composer/auth.json.j2"
     dest: "~/.composer/auth.json"
-  when: composer_github_oauth != false
\ No newline at end of file
+  when: composer_github_oauth != false
diff --git a/templates/.composer/auth.json.j2 b/templates/.composer/auth.json.j2
index 11d2e8c..18bf4a1 100644
--- a/templates/.composer/auth.json.j2
+++ b/templates/.composer/auth.json.j2
@@ -2,4 +2,4 @@
     "github-oauth": {
         "github.com": "{{ composer_github_oauth }}"
     }
-}
\ No newline at end of file
+}
-- 
GitLab