From c248e5e20587d2aa092ec4d903227f65996635c0 Mon Sep 17 00:00:00 2001 From: Everett Hildenbrandt Date: Wed, 6 Jun 2018 09:32:26 -0600 Subject: test.py, VMTests, src/VMTestsFiller, JSONSchema/: output newline at end of files when writing --- src/VMTestsFiller/vmBlockInfoTest/coinbaseFiller.json | 2 +- src/VMTestsFiller/vmBlockInfoTest/difficultyFiller.json | 2 +- src/VMTestsFiller/vmBlockInfoTest/gaslimitFiller.json | 2 +- src/VMTestsFiller/vmBlockInfoTest/numberFiller.json | 2 +- src/VMTestsFiller/vmBlockInfoTest/timestampFiller.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/VMTestsFiller/vmBlockInfoTest') diff --git a/src/VMTestsFiller/vmBlockInfoTest/coinbaseFiller.json b/src/VMTestsFiller/vmBlockInfoTest/coinbaseFiller.json index 513cb3a05..b67085216 100644 --- a/src/VMTestsFiller/vmBlockInfoTest/coinbaseFiller.json +++ b/src/VMTestsFiller/vmBlockInfoTest/coinbaseFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBlockInfoTest/difficultyFiller.json b/src/VMTestsFiller/vmBlockInfoTest/difficultyFiller.json index 2d37aa52b..89f626de1 100644 --- a/src/VMTestsFiller/vmBlockInfoTest/difficultyFiller.json +++ b/src/VMTestsFiller/vmBlockInfoTest/difficultyFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBlockInfoTest/gaslimitFiller.json b/src/VMTestsFiller/vmBlockInfoTest/gaslimitFiller.json index 146563fb3..f87969e0b 100644 --- a/src/VMTestsFiller/vmBlockInfoTest/gaslimitFiller.json +++ b/src/VMTestsFiller/vmBlockInfoTest/gaslimitFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBlockInfoTest/numberFiller.json b/src/VMTestsFiller/vmBlockInfoTest/numberFiller.json index baf1bdb22..159a36d32 100644 --- a/src/VMTestsFiller/vmBlockInfoTest/numberFiller.json +++ b/src/VMTestsFiller/vmBlockInfoTest/numberFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBlockInfoTest/timestampFiller.json b/src/VMTestsFiller/vmBlockInfoTest/timestampFiller.json index f641aea91..a7c7fcee9 100644 --- a/src/VMTestsFiller/vmBlockInfoTest/timestampFiller.json +++ b/src/VMTestsFiller/vmBlockInfoTest/timestampFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} -- cgit