Skip to content

Commit ff2f1b8

Browse files
committed
trailing whitespace cleaning service
1 parent 6c258dc commit ff2f1b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
* renamed `ident` field in the config hash to `id`
5252
* config is now accessed in `Requests` from the client object as a `config` property instead of `@config` ivar
5353
* config fields are exposed as a `user` wrapper object, e.g. `user.did` delegates to `@config['did']`
54-
54+
5555
## [0.1.0] - 2023-09-01
5656

5757
- extracted most code to a `Requests` module that can be included into a different client class with custom config handling

spec/shared/ex_requests.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
describe '#perform_token_refresh' do
7575
let(:response_json) {{
7676
"accessJwt" => "aaaa1234",
77-
"refreshJwt" => "rrrr1234"
77+
"refreshJwt" => "rrrr1234"
7878
}}
7979

8080
before do

0 commit comments

Comments
 (0)