From 21349abed8712a917719fe9ed5fd0da10a9ed309 Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 17 Apr 2023 16:07:05 +0000 Subject: [PATCH] Fix newlines with `prettier` --- deltachat-jsonrpc/typescript/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deltachat-jsonrpc/typescript/package.json b/deltachat-jsonrpc/typescript/package.json index 7409bbe60..22f28e581 100644 --- a/deltachat-jsonrpc/typescript/package.json +++ b/deltachat-jsonrpc/typescript/package.json @@ -56,4 +56,4 @@ "type": "module", "types": "dist/deltachat.d.ts", "version": "1.112.7" -} \ No newline at end of file +} diff --git a/package.json b/package.json index d4be1a946..cc84325ba 100644 --- a/package.json +++ b/package.json @@ -61,4 +61,4 @@ }, "types": "node/dist/index.d.ts", "version": "1.112.7" -} \ No newline at end of file +}