Skip to content

Commit edc44bc

Browse files
committed
end class with new line
1 parent 3733efd commit edc44bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/models/float_field_type.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ def less_than
3636
def greater_than
3737
errors.add(:float, "must be greater_than #{@validations[:min]}") if :float >= @validations[:min]
3838
end
39-
end
39+
end

app/models/integer_field_type.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ def less_than
3636
def greater_than
3737
errors.add(:integer, "must be greater_than #{@validations[:min]}") if :integer >= @validations[:min]
3838
end
39-
end
39+
end

0 commit comments

Comments
 (0)