Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
radeusgd committed Feb 17, 2025
1 parent 927b913 commit ecc1e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/lib/Standard/Table/0.0.0-dev/src/Column.enso
Original file line number Diff line number Diff line change
Expand Up @@ -2183,7 +2183,7 @@ type Column

## PRIVATE
Determines if a value type is eligable for a text data quality count
private can_contain_text value_type:Value_Type -> Boolean =
private can_contain_text value_type:Value_Type -> Boolean =
value_type == Value_Type.Mixed || value_type.is_text

## PRIVATE
Expand Down

0 comments on commit ecc1e66

Please sign in to comment.