From 49f6cfab7f9740f9f9eb34e622e0a95b41dc0f79 Mon Sep 17 00:00:00 2001 From: Daniel James Smith Date: Fri, 7 Jan 2022 14:28:25 +0100 Subject: [PATCH] Fixed linting issues (ran prettier) (#1379) --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 32b6dc4140..535343f844 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13598,4 +13598,4 @@ "integrity": "sha1-KOwXzwl0PtyrBW3dixsGJizHPDA=" } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 0c810d3ace..fee533b9a1 100644 --- a/package.json +++ b/package.json @@ -104,4 +104,4 @@ "*": "prettier --ignore-unknown --write", "*.png": "node scripts/optimize.js" } -} \ No newline at end of file +}