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 /JSONSchema | |
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 'JSONSchema')
-rw-r--r-- | JSONSchema/bc-filler-schema.json | 2 | ||||
-rw-r--r-- | JSONSchema/bc-schema.json | 2 | ||||
-rw-r--r-- | JSONSchema/definitions.json | 2 | ||||
-rw-r--r-- | JSONSchema/st-filler-schema.json | 2 | ||||
-rw-r--r-- | JSONSchema/st-schema.json | 2 | ||||
-rw-r--r-- | JSONSchema/vm-filler-schema.json | 2 | ||||
-rw-r--r-- | JSONSchema/vm-schema.json | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/JSONSchema/bc-filler-schema.json b/JSONSchema/bc-filler-schema.json index 7705463e3..2f9ecfbb5 100644 --- a/JSONSchema/bc-filler-schema.json +++ b/JSONSchema/bc-filler-schema.json @@ -328,4 +328,4 @@ "type": "object" } } -}
\ No newline at end of file +} diff --git a/JSONSchema/bc-schema.json b/JSONSchema/bc-schema.json index 365dde623..729638d1a 100644 --- a/JSONSchema/bc-schema.json +++ b/JSONSchema/bc-schema.json @@ -314,4 +314,4 @@ "type": "object" } } -}
\ No newline at end of file +} diff --git a/JSONSchema/definitions.json b/JSONSchema/definitions.json index b2040cf29..4d00794c5 100644 --- a/JSONSchema/definitions.json +++ b/JSONSchema/definitions.json @@ -317,4 +317,4 @@ "type": "array" } } -}
\ No newline at end of file +} diff --git a/JSONSchema/st-filler-schema.json b/JSONSchema/st-filler-schema.json index 9c810bee1..ed0e14e58 100644 --- a/JSONSchema/st-filler-schema.json +++ b/JSONSchema/st-filler-schema.json @@ -257,4 +257,4 @@ } }, "type": "object" -}
\ No newline at end of file +} diff --git a/JSONSchema/st-schema.json b/JSONSchema/st-schema.json index cf0f02f6b..fa4ad181a 100644 --- a/JSONSchema/st-schema.json +++ b/JSONSchema/st-schema.json @@ -258,4 +258,4 @@ } }, "type": "object" -}
\ No newline at end of file +} diff --git a/JSONSchema/vm-filler-schema.json b/JSONSchema/vm-filler-schema.json index a8863352d..fe61ae86a 100644 --- a/JSONSchema/vm-filler-schema.json +++ b/JSONSchema/vm-filler-schema.json @@ -159,4 +159,4 @@ } }, "type": "object" -}
\ No newline at end of file +} diff --git a/JSONSchema/vm-schema.json b/JSONSchema/vm-schema.json index ab3a91729..f88b92a2e 100644 --- a/JSONSchema/vm-schema.json +++ b/JSONSchema/vm-schema.json @@ -138,4 +138,4 @@ } }, "type": "object" -}
\ No newline at end of file +} |