Skip to content

Commit 33b9ffd

Browse files
committed
Removed return
1 parent 87fa8ff commit 33b9ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/arkana/models/type.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ def self.new(string_value:)
2323

2424
# The default type to use when we shouldn't be inferring types.
2525
def self.default_type
26-
return STRING
26+
STRING
2727
end
2828
end

0 commit comments

Comments
 (0)