Skip to content

Commit e460cb7

Browse files
committed
fix: rubocop array bracket spacing
1 parent f620476 commit e460cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/achievement.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def reload!
6363

6464
def load_from_yaml
6565
yaml_path = Rails.root.join("config", "achievements.yml")
66-
data = YAML.load_file(yaml_path, permitted_classes: [Date])
66+
data = YAML.load_file(yaml_path, permitted_classes: [ Date ])
6767
data.map { |attrs| new(attrs) }
6868
end
6969
end

0 commit comments

Comments
 (0)