Skip to content

Commit b310d3a

Browse files
author
Kelley Reynolds
committed
Whitespace cleanup
1 parent f25f3fd commit b310d3a

File tree

7 files changed

+7
-8
lines changed

7 files changed

+7
-8
lines changed

ruby/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ limitations under the License.
9191
[referer-parser]: https://github.com/snowplow/referer-parser
9292
[referers-yml]: https://github.com/snowplow/referer-parser/blob/master/referers.yml
9393

94-
[license]: http://www.apache.org/licenses/LICENSE-2.0
94+
[license]: http://www.apache.org/licenses/LICENSE-2.0

ruby/lib/referer-parser.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
require "referer-parser/parser"
1919

2020
module RefererParser
21-
end
21+
end

ruby/lib/referer-parser/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
# License:: Apache License Version 2.0
1515

1616
module RefererParser
17-
NAME = "referer-parser"
18-
VERSION = "0.2.2"
17+
NAME = "referer-parser"
18+
VERSION = "0.2.2"
1919
end

ruby/spec/fixtures/internal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
]
77
}
88
}
9-
}
9+
}

ruby/spec/fixtures/invalid.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
This has the right extension but is unparsable gibberish to json:{}}}}
1+
This has the right extension but is unparsable gibberish to json:{}}}}

ruby/spec/fixtures/invalid.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
this:is invalid:yaml:
2-
!!!
2+
!!!

ruby/spec/spec_helper.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,3 @@ def fixture(filename)
3333
RSpec.configure do |config|
3434
config.include Helpers
3535
end
36-

0 commit comments

Comments
 (0)