Kouhei Sutou 2019-03-06 13:59:40 +0900 (Wed, 06 Mar 2019) Revision: d7de55d38b5fbc722af4b0e734eedf53905eb29a https://github.com/groonga/groonga-command-parser/commit/d7de55d38b5fbc722af4b0e734eedf53905eb29a Message: filter: remove needless comma Modified files: lib/groonga/command/parser/command/groonga-command-filter.rb Modified: lib/groonga/command/parser/command/groonga-command-filter.rb (+0 -1) =================================================================== --- lib/groonga/command/parser/command/groonga-command-filter.rb 2019-03-06 10:57:31 +0900 (6ff2a73) +++ lib/groonga/command/parser/command/groonga-command-filter.rb 2019-03-06 13:59:40 +0900 (4d3669e) @@ -151,7 +151,6 @@ module Groonga def filter_load_complete(command) return unless @include_load return unless target_table?(command.table) - puts(",") if @need_comma puts("]") end -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190306/86505a47/attachment.html>