Skip to content

Commit

Permalink
(maint) Add newline at end-of-file under lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Kylo Ginsberg committed Feb 17, 2014
1 parent cfdcf76 commit 06d5f53
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion lib/puppet/parser/functions/collect.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

raise NotImplementedError,
"The 'collect' function has been renamed to 'map'. Please update your manifests."
end
end
2 changes: 1 addition & 1 deletion lib/puppet/parser/functions/select.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

raise NotImplementedError,
"The 'select' function has been renamed to 'filter'. Please update your manifests."
end
end
2 changes: 1 addition & 1 deletion lib/puppet/pops/binder/binder_issues.rb
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ def self.hard_issue(issue_code, *args, &block)
"#{label.a_an_uc(semantic)} has zero bindings in #{label.label(layer)}"
end

end
end
2 changes: 1 addition & 1 deletion lib/puppet/pops/binder/bindings_loader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ def self.de_camel(fq_name)
tr("-", "_").
downcase
end
end
end
2 changes: 1 addition & 1 deletion lib/puppet/pops/binder/injector.rb
Original file line number Diff line number Diff line change
Expand Up @@ -764,4 +764,4 @@ class NotFound
end
end
end
end
end
2 changes: 1 addition & 1 deletion lib/puppet/pops/binder/key_factory.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ def get_type(key)
return nil unless key.is_a?(Array)
key[0]
end
end
end
2 changes: 1 addition & 1 deletion lib/puppet/pops/binder/producers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -826,4 +826,4 @@ def assert_type(binding, tc, key, value)
end
end

end
end
2 changes: 1 addition & 1 deletion lib/puppet/pops/evaluator/runtime3_support.rb
Original file line number Diff line number Diff line change
Expand Up @@ -486,4 +486,4 @@ def accept(diagnostic)

class EvaluationError < StandardError
end
end
end
2 changes: 1 addition & 1 deletion lib/puppet/pops/issue_reporter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ def self.format_with_prefix(prefix, message)
return message unless prefix
[prefix, message].join(' ')
end
end
end
2 changes: 1 addition & 1 deletion lib/puppet/pops/parser/epp_support.rb
Original file line number Diff line number Diff line change
Expand Up @@ -241,4 +241,4 @@ def scan(skip_leading=false)
end
end

end
end
2 changes: 1 addition & 1 deletion lib/puppet/pops/parser/heredoc_support.rb
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,4 @@ def char_length(offset, end_offset)
end
end

end
end
2 changes: 1 addition & 1 deletion lib/puppet/pops/parser/interpolation_support.rb
Original file line number Diff line number Diff line change
Expand Up @@ -224,4 +224,4 @@ def interpolate_uq_to(lexer)
end
end

end
end
2 changes: 1 addition & 1 deletion lib/puppet/pops/parser/lexer_support.rb
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ def [](key)
#
end

end
end
2 changes: 1 addition & 1 deletion lib/puppet/pops/parser/locator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -216,4 +216,4 @@ def char_length(offset, end_offset)
string.byteslice(offset, end_offset - offset).length
end
end
end
end
2 changes: 1 addition & 1 deletion lib/puppet/pops/parser/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ eparser.rb: egrammar.ra
racc -o$@ egrammar.ra

egrammar.output: egrammar.ra
racc -v -o$@ egrammar.ra
racc -v -o$@ egrammar.ra
2 changes: 1 addition & 1 deletion lib/puppet/pops/parser/slurp_support.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ def slurp(scanner, pattern, escapes, ignore_invalid_escapes)
}
str
end
end
end
2 changes: 1 addition & 1 deletion lib/puppet/pops/types/class_loader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ def self.de_camel(fq_name)
downcase
end

end
end
2 changes: 1 addition & 1 deletion lib/puppet/pops/types/enumeration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ def enumerator(o)
nil
end
end
end
end
2 changes: 1 addition & 1 deletion lib/puppet/vendor/safe_yaml/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ Added support for:
0.1
---

Initial release
Initial release
2 changes: 1 addition & 1 deletion lib/puppetx.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ module SyntaxCheckers
end
end
end
end
end
2 changes: 1 addition & 1 deletion lib/puppetx/puppet/syntax_checker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ def check(text, syntax_identifier, acceptor, location_info)
raise NotImplementedError, "The class #{self.class.name} should have implemented the method check()"
end
end
end
end

0 comments on commit 06d5f53

Please sign in to comment.