From 7884ce8d3db0e1e04f1c591615828b2d9cf38a7d Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Wed, 28 Aug 2024 13:57:19 +0200 Subject: [PATCH] drop stray comment sign to make rubocop happy again Fixes: 86f29674479c4c5634a892dcc79a06f75e635786 --- lib/kafo/data_type.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kafo/data_type.rb b/lib/kafo/data_type.rb index eaa0c92b..b3cdb8d3 100644 --- a/lib/kafo/data_type.rb +++ b/lib/kafo/data_type.rb @@ -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) == '['