Skip to content

Commit

Permalink
drop stray comment sign to make rubocop happy again
Browse files Browse the repository at this point in the history
Fixes: 86f2967
  • Loading branch information
evgeni authored and ekohl committed Aug 28, 2024
1 parent 1e0258a commit 7884ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kafo/data_type.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def self.split_arguments(input)
args << quoted[0..-2] # store unquoted value

else # bare words, or Type::Name, or Type::Name[args..]
type = scanner.scan(/[\w:-]+/) or raise ConfigurationException, "missing argument #{args.count + 1} to data type #{input}"#
type = scanner.scan(/[\w:-]+/) or raise ConfigurationException, "missing argument #{args.count + 1} to data type #{input}"

# store inner arguments as a continuation of the type string
if scanner.peek(1) == '['
Expand Down

0 comments on commit 7884ce8

Please sign in to comment.