Skip to content

Commit

Permalink
Fixes type errors
Browse files Browse the repository at this point in the history
  • Loading branch information
donk-shopify committed Mar 1, 2024
1 parent 0c7f9d3 commit 94d8eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/ui/widgets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class InvalidWidgetArguments < ArgumentError

sig { params(argstring: String, pattern: Regexp).void }
def initialize(argstring, pattern)
super
super(nil)
@argstring = argstring
@pattern = pattern
end
Expand Down

0 comments on commit 94d8eae

Please sign in to comment.