Skip to content

Commit

Permalink
Fixed Layout/TrailingEmptyLines
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbrodie committed Apr 29, 2024
1 parent 9b3d95b commit 93e9fc4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/jira/jwt_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ def build_jwt(url)
JWT.encode claim, @options[:shared_secret]
end
end
end
end
2 changes: 1 addition & 1 deletion lib/jira/request_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ def make_multipart_request(*args)
raise NotImplementedError
end
end
end
end
2 changes: 1 addition & 1 deletion spec/jira/request_client_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
end
end
end
end
end
2 changes: 1 addition & 1 deletion spec/jira/resource/status_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
expect(subject.status_category.name).to eq('To Do')
end
end
end
end

0 comments on commit 93e9fc4

Please sign in to comment.