Skip to content

Commit

Permalink
fix rubocop issue on the build
Browse files Browse the repository at this point in the history
  • Loading branch information
weiweishi committed Jul 25, 2018
1 parent 398bf80 commit f9a02ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pushmi_pullyu/aip.rb
Expand Up @@ -2,6 +2,7 @@

module PushmiPullyu::AIP
class NoidInvalid < StandardError; end
module_function :create

def create(noid)
raise NoidInvalid if noid.blank? || noid.include?('/')
Expand Down

0 comments on commit f9a02ed

Please sign in to comment.