remove trailing spaces from github-templates.md
diff --git a/github-templates.md b/github-templates.md
index ba0a323..fca955b 100644
--- a/github-templates.md
+++ b/github-templates.md
@@ -62,7 +62,7 @@
     folders = Dir.glob('*').select {|f| File.directory? f}
     @source = "../cordova-contribute/.github"
     require 'fileutils'
-    folders.each do |folder| 
+    folders.each do |folder|
         FileUtils.copy_entry @source, "#{folder}/.github"
         Dir.chdir(folder)
         `git add .github`
@@ -73,4 +73,4 @@
     ```
     This gets all folders, iterates through them and copies the templates from `../cordova-contribute/.github` to `.github` in each folder, then adds the new files via git and commits and pushes the changes.
 1. Execute the script with `ruby run.rb` and wait until it is finished.
-1. Manually confirm that everything went well.
\ No newline at end of file
+1. Manually confirm that everything went well.