Skip to content

Commit a038dd6

Browse files
Fix StandardRB linting issues
- Auto-corrected Ruby style issues - Applied standardrb --fix-unsafely [Automated daily update]
1 parent 0e1a2f9 commit a038dd6

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)