Skip to content

Commit f45e2c3

Browse files
committed
chore: Remove unnecessary whitespace in JoatuController
1 parent 33a39ad commit f45e2c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/better_together/joatu/joatu_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def joatu_source_class(source_type_param)
3535

3636
# Dynamically build allow-list from models that include the Exchange concern
3737
valid_source_types = BetterTogether::Joatu::Exchange.included_in_models
38-
38+
3939
valid_source_types.find { |klass| klass.to_s == param_type }
4040
end
4141
end

0 commit comments

Comments
 (0)