lib/spoom/sorbet/sigils.rb in spoom-1.2.1 vs lib/spoom/sorbet/sigils.rb in spoom-1.2.2

- old
+ new

@@ -26,10 +26,10 @@ STRICTNESS_INTERNAL, ].freeze, T::Array[String], ) - SIGIL_REGEXP = T.let(/^#[\ t]*typed[\ t]*:[ \t]*(\w*)[ \t]*/.freeze, Regexp) + SIGIL_REGEXP = T.let(/^#[\ t]*typed[\ t]*:[ \t]*(\w*)[ \t]*/, Regexp) class << self extend T::Sig # returns the full sigil comment string for the passed strictness