From 1eee7b4ce23719c88c5750ed53d21578a230689f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Thu, 20 Jun 2024 13:11:04 +0200 Subject: [PATCH] Add ending newline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- data/api/server-server/definitions/event_hash.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/api/server-server/definitions/event_hash.yaml b/data/api/server-server/definitions/event_hash.yaml index e12eaf05..b88ac82e 100644 --- a/data/api/server-server/definitions/event_hash.yaml +++ b/data/api/server-server/definitions/event_hash.yaml @@ -10,4 +10,4 @@ properties: type: string description: The hash. example: ThisHashCoversAllFieldsInCaseThisIsRedacted -required: ['sha256'] \ No newline at end of file +required: ['sha256']