Skip to content

Commit

Permalink
filter: remove needless comma
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 6, 2019
1 parent 954f9bd commit d7de55d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ def filter_load_value(command, value)
def filter_load_complete(command)
return unless @include_load
return unless target_table?(command.table)
puts(",") if @need_comma
puts("]")
end

Expand Down

0 comments on commit d7de55d

Please sign in to comment.