From 600dc9809b14fb264b8e7c4e6c46c8587eaf5c20 Mon Sep 17 00:00:00 2001 From: "guillaume.lambert" Date: Wed, 20 Oct 2021 20:42:32 +0200 Subject: [COMMON] Fix trailing blanks found by pre-commit pre-commit is now enforced by the CI chain. Meanwhile, trailing blanks were introduced in the code base and must be fixed so that gate pass. Issue-ID: OOM-2643 Signed-off-by: guillaume.lambert Change-Id: I54daa27a1fdf019a6777e9b90274d0ef4f1ba08e --- .../resources/external/schemas/sa88-rel16/nrNrm.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'kubernetes/dcaegen2-services/resources/external/schemas/sa88-rel16/nrNrm.yaml') diff --git a/kubernetes/dcaegen2-services/resources/external/schemas/sa88-rel16/nrNrm.yaml b/kubernetes/dcaegen2-services/resources/external/schemas/sa88-rel16/nrNrm.yaml index 02ab23ce25..85a8ac1fd5 100644 --- a/kubernetes/dcaegen2-services/resources/external/schemas/sa88-rel16/nrNrm.yaml +++ b/kubernetes/dcaegen2-services/resources/external/schemas/sa88-rel16/nrNrm.yaml @@ -398,7 +398,7 @@ components: RSSetId: type: integer maximum: 4194303 - + RSSetType: type: string enum: @@ -440,7 +440,7 @@ components: type: string enum: - ENABLE - - DISABLE + - DISABLE RIMRSScrambleTimerMultiplier: type: integer RIMRSScrambleTimerOffset: @@ -501,12 +501,12 @@ components: type: string enum: - ENABLE - - DISABLE + - DISABLE enablenearfarIndicationRS2: type: string enum: - ENABLE - - DISABLE + - DISABLE RimRSReportInfo: type: object @@ -521,7 +521,7 @@ components: - RS1 - RS2 - RS1forEnoughMitigation - - RS1forNotEnoughMitigation + - RS1forNotEnoughMitigation RimRSReportConf: type: object @@ -530,7 +530,7 @@ components: type: string enum: - ENABLE - - DISABLE + - DISABLE reportInterval: type: integer nrofRIMRSReportInfo: @@ -1199,7 +1199,7 @@ components: - $ref: 'genericNRM.yaml#/components/schemas/Top-Attr' - type: object properties: - attributes: + attributes: type: object properties: dmroControl: -- cgit 1.2.3-korg