diff options
author | Everett Hildenbrandt <hildenb2@illinois.edu> | 2018-06-06 23:32:26 +0800 |
---|---|---|
committer | Everett Hildenbrandt <hildenb2@illinois.edu> | 2018-06-07 01:00:39 +0800 |
commit | c248e5e20587d2aa092ec4d903227f65996635c0 (patch) | |
tree | f6f7dd5e0fb833158d84a36004e2b779c70c1cf3 /src/VMTestsFiller/vmBlockInfoTest | |
parent | e11f1704e21b517104fc0155d951772ee2c21880 (diff) | |
download | tangerine-tests-c248e5e20587d2aa092ec4d903227f65996635c0.tar tangerine-tests-c248e5e20587d2aa092ec4d903227f65996635c0.tar.gz tangerine-tests-c248e5e20587d2aa092ec4d903227f65996635c0.tar.bz2 tangerine-tests-c248e5e20587d2aa092ec4d903227f65996635c0.tar.lz tangerine-tests-c248e5e20587d2aa092ec4d903227f65996635c0.tar.xz tangerine-tests-c248e5e20587d2aa092ec4d903227f65996635c0.tar.zst tangerine-tests-c248e5e20587d2aa092ec4d903227f65996635c0.zip |
test.py, VMTests, src/VMTestsFiller, JSONSchema/: output newline at end of files when writing
Diffstat (limited to 'src/VMTestsFiller/vmBlockInfoTest')
5 files changed, 5 insertions, 5 deletions
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 +} |