Skip to content

Commit

Permalink
fix alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Jan 5, 2024
1 parent 8ae7b34 commit e4433d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/typed_params/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def allow_blank? = !!@allow_blank
def allow_nil? = !!@allow_nil
def allow_non_scalars? = !!@allow_non_scalars
def nilify_blanks? = !!@nilify_blanks
def endless? = !!@endless
def endless? = !!@endless
def indexed? = !endless?
def if? = !@if.nil?
def unless? = !@unless.nil?
Expand Down

0 comments on commit e4433d6

Please sign in to comment.