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 /VMTests/vmBlockInfoTest | |
parent | e11f1704e21b517104fc0155d951772ee2c21880 (diff) | |
download | dexon-tests-c248e5e20587d2aa092ec4d903227f65996635c0.tar dexon-tests-c248e5e20587d2aa092ec4d903227f65996635c0.tar.gz dexon-tests-c248e5e20587d2aa092ec4d903227f65996635c0.tar.bz2 dexon-tests-c248e5e20587d2aa092ec4d903227f65996635c0.tar.lz dexon-tests-c248e5e20587d2aa092ec4d903227f65996635c0.tar.xz dexon-tests-c248e5e20587d2aa092ec4d903227f65996635c0.tar.zst dexon-tests-c248e5e20587d2aa092ec4d903227f65996635c0.zip |
test.py, VMTests, src/VMTestsFiller, JSONSchema/: output newline at end of files when writing
Diffstat (limited to 'VMTests/vmBlockInfoTest')
-rw-r--r-- | VMTests/vmBlockInfoTest/coinbase.json | 2 | ||||
-rw-r--r-- | VMTests/vmBlockInfoTest/difficulty.json | 2 | ||||
-rw-r--r-- | VMTests/vmBlockInfoTest/gaslimit.json | 2 | ||||
-rw-r--r-- | VMTests/vmBlockInfoTest/number.json | 2 | ||||
-rw-r--r-- | VMTests/vmBlockInfoTest/timestamp.json | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/VMTests/vmBlockInfoTest/coinbase.json b/VMTests/vmBlockInfoTest/coinbase.json index 6d30dcbad..8ed504090 100644 --- a/VMTests/vmBlockInfoTest/coinbase.json +++ b/VMTests/vmBlockInfoTest/coinbase.json @@ -47,4 +47,4 @@ } } } -}
\ No newline at end of file +} diff --git a/VMTests/vmBlockInfoTest/difficulty.json b/VMTests/vmBlockInfoTest/difficulty.json index e1067f8f1..6dca815e2 100644 --- a/VMTests/vmBlockInfoTest/difficulty.json +++ b/VMTests/vmBlockInfoTest/difficulty.json @@ -47,4 +47,4 @@ } } } -}
\ No newline at end of file +} diff --git a/VMTests/vmBlockInfoTest/gaslimit.json b/VMTests/vmBlockInfoTest/gaslimit.json index 5c496c903..1a4a1d903 100644 --- a/VMTests/vmBlockInfoTest/gaslimit.json +++ b/VMTests/vmBlockInfoTest/gaslimit.json @@ -47,4 +47,4 @@ } } } -}
\ No newline at end of file +} diff --git a/VMTests/vmBlockInfoTest/number.json b/VMTests/vmBlockInfoTest/number.json index cc60da0cf..33381ca73 100644 --- a/VMTests/vmBlockInfoTest/number.json +++ b/VMTests/vmBlockInfoTest/number.json @@ -47,4 +47,4 @@ } } } -}
\ No newline at end of file +} diff --git a/VMTests/vmBlockInfoTest/timestamp.json b/VMTests/vmBlockInfoTest/timestamp.json index 76cb6d790..7755bf682 100644 --- a/VMTests/vmBlockInfoTest/timestamp.json +++ b/VMTests/vmBlockInfoTest/timestamp.json @@ -47,4 +47,4 @@ } } } -}
\ No newline at end of file +} |