From 5464239221fedbf34b5bc663924299fa1c13a858 Mon Sep 17 00:00:00 2001 From: Ruixing Yang Date: Thu, 19 Dec 2024 14:15:37 +0100 Subject: [PATCH] change CRLF to LF in example json file --- .../examples/z_aff_example_rvbc.rvbc.json | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/file-formats/rvbc/examples/z_aff_example_rvbc.rvbc.json b/file-formats/rvbc/examples/z_aff_example_rvbc.rvbc.json index a92a69648..dc48c2304 100644 --- a/file-formats/rvbc/examples/z_aff_example_rvbc.rvbc.json +++ b/file-formats/rvbc/examples/z_aff_example_rvbc.rvbc.json @@ -1,21 +1,21 @@ -{ - "formatVersion": "1", - "header": { - "description": "Example RVBC for ABAP File Formats", - "originalLanguage": "en", - "abapLanguageVersion": "standard" - }, - "bookletDefinition": { - "application": "test.app.adt.editor", - "source": "predefined", - "status": "draft", - "consistencyStatus": "consistent", - "extensibilityMode": "supportedPredefinedQueries" - }, - "predefinedIna1Service": { - "ina1Service": "UI_INA_TST_FLIGHT_SERVBIND" - }, - "customIna1Service": { - "ina1Service": "YY1_TEST_INA1" - } +{ + "formatVersion": "1", + "header": { + "description": "Example RVBC for ABAP File Formats", + "originalLanguage": "en", + "abapLanguageVersion": "standard" + }, + "bookletDefinition": { + "application": "test.app.adt.editor", + "source": "predefined", + "status": "draft", + "consistencyStatus": "consistent", + "extensibilityMode": "supportedPredefinedQueries" + }, + "predefinedIna1Service": { + "ina1Service": "UI_INA_TST_FLIGHT_SERVBIND" + }, + "customIna1Service": { + "ina1Service": "YY1_TEST_INA1" + } } \ No newline at end of file