From f8cacca0bad26d50f206b5b9ab111d63a06d49db Mon Sep 17 00:00:00 2001
From: Patrick Baudin <patrick.baudin@cea.fr>
Date: Thu, 16 Jun 2022 15:52:25 +0200
Subject: [PATCH] [Lint] fixes Check EOL EOF:
 src/plugins/server/tests/batch/wrong.json

---
 .gitattributes                            | 1 -
 src/plugins/server/tests/batch/wrong.json | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitattributes b/.gitattributes
index da0339854bc..91434116d05 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -48,7 +48,6 @@ Changelog merge=union
 
 /tests/spec/unfinished-oneline-acsl-comment.i -check-eoleof
 /doc/developer/check_api/run.oracle -check-eoleof
-/src/plugins/server/tests/batch/wrong.json -check-eoleof
 
 ## Unset "-check-utf8"
 
diff --git a/src/plugins/server/tests/batch/wrong.json b/src/plugins/server/tests/batch/wrong.json
index 0178e8af295..3c5f5262d12 100644
--- a/src/plugins/server/tests/batch/wrong.json
+++ b/src/plugins/server/tests/batch/wrong.json
@@ -1,4 +1,4 @@
 [
   { id:"unknown request", request:"kernel.unknown", data:null, comment:"the request doesn't exist" },
   { id:"wrong data", request:"kernel.ast.printFunction", data:{f1:1, f2:{x:1, y:2}, f3:null}, comment:"ident is expected, object is given" }
-]
\ No newline at end of file
+]
-- 
GitLab