Skip to content

Commit

Permalink
Attr reader to one line for both attributes.
Browse files Browse the repository at this point in the history
  • Loading branch information
phlegx authored and excpt committed Sep 28, 2020
1 parent 88db781 commit a814d9f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/jwt/jwk/factory.rb
Expand Up @@ -3,8 +3,7 @@
module JWT
module JWK
class Factory
attr_reader :keypair
attr_reader :kid
attr_reader :keypair, :kid

def initialize(keypair, kid = nil)
@keypair = keypair
Expand Down

0 comments on commit a814d9f

Please sign in to comment.