Skip to content

Commit a07f448

Browse files
Fix StandardRB linting issues (#496)
- Auto-corrected Ruby style issues - Applied standardrb --fix-unsafely [Automated daily update] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 938b98e commit a07f448

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/config/units_config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def self.parse_unit_types(value)
3838
def available_unit_types
3939
all_types = Unit.unit_types.keys
4040
return all_types if enabled_unit_types.empty?
41-
all_types.select { enabled_unit_types.include?(_1) }
41+
all_types.select { enabled_unit_types.include?(it) }
4242
end
4343

4444
sig { returns(T::Boolean) }

0 commit comments

Comments
 (0)