From 7d2320bdf574996f09b1c4c602602e97bdbdb16a Mon Sep 17 00:00:00 2001 From: Atanas Atanasov Date: Mon, 16 Dec 2024 13:58:35 +0200 Subject: [PATCH] adding newline character at the end of app.properties Signed-off-by: Atanas Atanasov --- server/src/main/resources/app.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/main/resources/app.properties b/server/src/main/resources/app.properties index 134db6fd7..986eb6efb 100644 --- a/server/src/main/resources/app.properties +++ b/server/src/main/resources/app.properties @@ -14,4 +14,4 @@ prometheus.endpointPortNumber=9999 #persistence.storage.archiveRootPath= # @todo(#372) - default persistence type should be BLOCK_AS_LOCAL_FILE persistence.storage.type=BLOCK_AS_LOCAL_DIRECTORY -#persistence.storage.compression=NONE \ No newline at end of file +#persistence.storage.compression=NONE