Skip to content

Commit

Permalink
Add newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmeeus committed Nov 30, 2015
1 parent 774c43e commit bd1ea46
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
log
Gemfile.lock
.DS_Store
spec/fixtures/
spec/fixtures/
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ require 'puppetlabs_spec_helper/rake_tasks'

task_dir = File.expand_path("../tasks", __FILE__)

FileList["#{task_dir}/**/*.rake"].each { |fn| load fn }
FileList["#{task_dir}/**/*.rake"].each { |fn| load fn }
2 changes: 1 addition & 1 deletion spec/acceptance/nodesets/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ HOSTS:
box_url : https://atlas.hashicorp.com/puppetlabs/centos-7.0-64-nocm
hypervisor: vagrant
CONFIG:
type: foss
type: foss
2 changes: 1 addition & 1 deletion spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
end

end
end
end

0 comments on commit bd1ea46

Please sign in to comment.