Skip to content

Commit

Permalink
add a comment to output for better parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
floatingatoll committed May 1, 2024
1 parent 813be13 commit f8ceba8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/client_id_checker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
end
end

if client_ids.count > 0
puts "# client_ids associated with two or more entries:"
else
puts "# no client_ids are associated with two or more entries."
end

client_ids.each do |client_id|
count = 0
Expand Down

0 comments on commit f8ceba8

Please sign in to comment.