Skip to content

Commit

Permalink
Rubocop suggestions fixed
Browse files Browse the repository at this point in the history
 - Empty newlines after guard clauses
 - Converted conditionally-wrapped rescue block into one with a guard
 clause
 - Removed redundant freeze on immutable string
  • Loading branch information
acook committed Jun 19, 2019
1 parent 6868864 commit 8300a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config_module/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ConfigModule
VERSION = "2.0.0".freeze
VERSION = "2.0.0"
end

0 comments on commit 8300a7a

Please sign in to comment.