This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 70abf98c Don't forget the key
70abf98c is described below
commit 70abf98c47618f6f87bf779b0f8721d787663220
Author: Sebb <[email protected]>
AuthorDate: Sun Feb 25 18:00:21 2024 +0000
Don't forget the key
---
lib/whimsy/asf/json-utils.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/whimsy/asf/json-utils.rb b/lib/whimsy/asf/json-utils.rb
index 1725d568..4afe29ae 100644
--- a/lib/whimsy/asf/json-utils.rb
+++ b/lib/whimsy/asf/json-utils.rb
@@ -47,7 +47,7 @@ module ASFJSON
out.puts [bcj, key, v1, '=>', v2].inspect
when 'Array'
v1, v2 = args
- out.puts [bcj, 'Dropped', v1-v2, 'Added', v2-v1].inspect
+ out.puts [bcj, key, 'Dropped', v1-v2, 'Added', v2-v1].inspect
when 'Dropped'
out.puts [bcj, 'Dropped', key, args].inspect
when 'Added'