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 --- JSONSchema/bc-filler-schema.json | 2 +- JSONSchema/bc-schema.json | 2 +- JSONSchema/definitions.json | 2 +- JSONSchema/st-filler-schema.json | 2 +- JSONSchema/st-schema.json | 2 +- JSONSchema/vm-filler-schema.json | 2 +- JSONSchema/vm-schema.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'JSONSchema') 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 +} -- cgit