Skip to content

Commit

Permalink
Revert linting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pacso committed Jul 18, 2024
1 parent bf5a407 commit fa0d92b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ice_cube/rule.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ def self.from_ical(ical)
end

# Yaml implementation
def to_yaml(*)
YAML.dump(to_hash, *)
def to_yaml(*args)
YAML.dump(to_hash, *args)
end

# From yaml
Expand Down

0 comments on commit fa0d92b

Please sign in to comment.