From e6539a72b8d8ff75c792a5e47de4d5c9e1ddba16 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Thu, 19 Oct 2023 13:37:56 -0700 Subject: [PATCH] Fix newlines in tx examples --- content/_api-examples/tx/jsonrpc-response-ctid.json | 2 +- content/_api-examples/tx/jsonrpc-response-hash.json | 2 +- content/_api-examples/tx/ws-response-ctid.json | 2 +- content/_api-examples/tx/ws-response-hash.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/_api-examples/tx/jsonrpc-response-ctid.json b/content/_api-examples/tx/jsonrpc-response-ctid.json index 0077d19647..76e0bc15f2 100644 --- a/content/_api-examples/tx/jsonrpc-response-ctid.json +++ b/content/_api-examples/tx/jsonrpc-response-ctid.json @@ -117,4 +117,4 @@ "status": "success", "validated": true } -} \ No newline at end of file +} diff --git a/content/_api-examples/tx/jsonrpc-response-hash.json b/content/_api-examples/tx/jsonrpc-response-hash.json index 72579d182e..93007cf1a3 100644 --- a/content/_api-examples/tx/jsonrpc-response-hash.json +++ b/content/_api-examples/tx/jsonrpc-response-hash.json @@ -115,4 +115,4 @@ "status": "success", "validated": true } -} \ No newline at end of file +} diff --git a/content/_api-examples/tx/ws-response-ctid.json b/content/_api-examples/tx/ws-response-ctid.json index d0365d3503..30ccc5178d 100644 --- a/content/_api-examples/tx/ws-response-ctid.json +++ b/content/_api-examples/tx/ws-response-ctid.json @@ -119,4 +119,4 @@ }, "status": "success", "type": "response" - } \ No newline at end of file + } diff --git a/content/_api-examples/tx/ws-response-hash.json b/content/_api-examples/tx/ws-response-hash.json index 62f5fa9f96..a7dc79c017 100644 --- a/content/_api-examples/tx/ws-response-hash.json +++ b/content/_api-examples/tx/ws-response-hash.json @@ -117,4 +117,4 @@ }, "status": "success", "type": "response" -} \ No newline at end of file +}