lib/circlemator/github_repo.rb in circlemator-0.2.1 vs lib/circlemator/github_repo.rb in circlemator-0.3.0

- old
+ new

@@ -17,10 +17,10 @@ end end base_uri 'https://api.github.com/repos' - def initialize(user: , repo: , github_auth_token: , **_opts) + def initialize(user:, repo:, github_auth_token:, **_opts) @user = user @repo = repo @auth_token = github_auth_token end