Skip to content

Commit 8300a7a

Browse files
committed
Rubocop suggestions fixed
- Empty newlines after guard clauses - Converted conditionally-wrapped rescue block into one with a guard clause - Removed redundant freeze on immutable string
1 parent 6868864 commit 8300a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config_module/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ConfigModule
4-
VERSION = "2.0.0".freeze
4+
VERSION = "2.0.0"
55
end

0 commit comments

Comments
 (0)