Skip to content

Commit

Permalink
Remove return
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosNano committed Aug 3, 2024
1 parent 477440a commit 64e5cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/arkana/models/type.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ def self.new(string_value:)

# The default type to use when we shouldn't be inferring types.
def self.default_type
return STRING
STRING
end
end

0 comments on commit 64e5cd8

Please sign in to comment.