Skip to content

Commit 3972a6b

Browse files
committed
Add newline at the end of file
1 parent 75d2923 commit 3972a6b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ matrix:
1616
- rvm: 1.8.7
1717
- rvm: jruby-9.1.5.0
1818
- rvm: rbx
19-
- rvm: rbx-2
19+
- rvm: rbx-2

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ platforms :rbx do
44
gem 'rubysl', '~> 2.0'
55
end
66

7-
gemspec
7+
gemspec

diffy.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ Gem::Specification.new do |spec|
2020

2121
spec.add_development_dependency "rake"
2222
spec.add_development_dependency "rspec"
23-
end
23+
end

lib/diffy/format.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module Format
33
# ANSI color output suitable for terminal output
44
def color
55
map do |line|
6-
case line
6+
case line
77
when /^(---|\+\+\+|\\\\)/
88
"\033[90m#{line.chomp}\033[0m"
99
when /^\+/

0 commit comments

Comments
 (0)