Skip to content

Commit

Permalink
Removed return
Browse files Browse the repository at this point in the history
  • Loading branch information
cepages committed Aug 3, 2024
1 parent 477440a commit 60040c6
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 60040c6

Please sign in to comment.