From 8ffec30ea7193e87c395378ae0cb9d149442a561 Mon Sep 17 00:00:00 2001 From: "Paul A. Clarke" Date: Wed, 12 Jun 2024 09:39:28 -0500 Subject: [PATCH] Add newline at end of JSON.md GitHub CI is complaining: ``` fix end of files.....................Failed - hook id: end-of-file-fixer - exit code: 1 - files were modified by this hook Fixing doc/JSON.md [...] All changes made by hooks: diff --git a/doc/JSON.md b/doc/JSON.md index 82170ef..fc7f9cc 100644 [...] -4. Within that clone : `make json` \ No newline at end of file +4. Within that clone : `make json` Error: Process completed with exit code 1. ``` --- doc/JSON.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/JSON.md b/doc/JSON.md index 82170ef0a..fc7f9cc01 100644 --- a/doc/JSON.md +++ b/doc/JSON.md @@ -15,4 +15,4 @@ After Installing the prerequisites 3. Clone this sail-riscv repository. -4. Within that clone : `make json` \ No newline at end of file +4. Within that clone : `make json`