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 9d26414 commit 306f117
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/pushmi_pullyu/aip.rb
Expand Up @@ -2,7 +2,6 @@

module PushmiPullyu::AIP
class NoidInvalid < StandardError; end
# rubocop:disable Style/AccessModifierDeclarations
module_function

def create(noid)
Expand All @@ -19,5 +18,4 @@ def create(noid)
FileUtils.rm_rf(aip_filename) if File.exist?(aip_filename)
FileUtils.rm_rf(aip_directory) if File.exist?(aip_directory)
end

end

0 comments on commit 306f117

Please sign in to comment.