Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
hirakiuc committed Jul 15, 2017
1 parent 07bc985 commit ff12ec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tinybucket/resource/projects.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ def find(project_key, options = {})
#
# NOTE: Not Implemented yet.
#
# @param params [Hash]
# @param _params [Hash]
# @raise [NotImplementedError] to be implemented
def create(params)
def create(_params)
raise NotImplementedError
end

Expand Down

0 comments on commit ff12ec6

Please sign in to comment.