Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Feb 5, 2020
1 parent a83f5e5 commit 84d8e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/general/src/lib/cfa/sysctl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def boolean_attr(*attrs)
# Keys that are handled by this class
KNOWN_KEYS = ATTRIBUTES.values.uniq.freeze

boolean_attr *BOOLEAN_ATTRIBUTES
boolean_attr(*BOOLEAN_ATTRIBUTES)

def initialize(file_handler: Yast::TargetFile, file_path: PATH)
super(PARSER, file_path, file_handler: file_handler)
Expand Down

0 comments on commit 84d8e86

Please sign in to comment.