From 57a5bc6cee88cb09577475fbd8f15c87e6e86fd1 Mon Sep 17 00:00:00 2001 From: wanderer Date: Sun, 12 Jul 2015 11:36:35 -0400 Subject: fix invalid json --- RLPTests/RandomRLPTests/example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RLPTests/RandomRLPTests') diff --git a/RLPTests/RandomRLPTests/example.json b/RLPTests/RandomRLPTests/example.json index 6dabee6b0..e395204d0 100644 --- a/RLPTests/RandomRLPTests/example.json +++ b/RLPTests/RandomRLPTests/example.json @@ -2,5 +2,5 @@ "listsoflists2": { "in": "VALID", "out": "c7c0c1c0c3c0c1c0" - }, + } } -- cgit