Skip to content

Commit 863f965

Browse files
committed
Add blank lines
1 parent 1c64754 commit 863f965

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9-
## [2.0.0]
9+
## v2.0.0
1010

1111
### Added
1212
- `detect_batch` method for batch detections
@@ -22,4 +22,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222
- Client connection is reused. If you change configuration after client is initialized, you need to reset client using `DetectLanguage.client = nil`.
2323

2424
### Removed
25-
- Ruby 1.x support
25+
- Ruby 1.x support

spec/lib/detect_language/configuratino_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
expect(subject.user_agent).to eq("detectlanguage-ruby/#{DetectLanguage::VERSION}")
1919
end
2020
end
21-
end
21+
end

0 commit comments

Comments
 (0)