From 1c9999cf1eb501a1c750522d91c69b2a6a18532d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Calvi=C3=B1o=20S=C3=A1nchez?= Date: Wed, 12 Jul 2023 06:43:40 +0200 Subject: [PATCH] Remove blank lines at the beginning of the file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Calviño Sánchez --- src/main.js | 1 - src/utils/canDownload.js | 1 - src/utils/isPdf.js | 1 - src/utils/isPublicPage.js | 1 - src/utils/isSecureViewerAvailable.js | 1 - src/workersrc.js | 1 - 6 files changed, 6 deletions(-) diff --git a/src/main.js b/src/main.js index 2fb3ec7c..8fea8225 100644 --- a/src/main.js +++ b/src/main.js @@ -1,4 +1,3 @@ - /** * @copyright Copyright (c) 2020 John Molakvoæ * diff --git a/src/utils/canDownload.js b/src/utils/canDownload.js index 97c54fcb..5b30f759 100644 --- a/src/utils/canDownload.js +++ b/src/utils/canDownload.js @@ -1,4 +1,3 @@ - /** * @copyright Copyright (c) 2020 John Molakvoæ * diff --git a/src/utils/isPdf.js b/src/utils/isPdf.js index 8b265b3d..85e44899 100644 --- a/src/utils/isPdf.js +++ b/src/utils/isPdf.js @@ -1,4 +1,3 @@ - /** * @copyright Copyright (c) 2020 John Molakvoæ * diff --git a/src/utils/isPublicPage.js b/src/utils/isPublicPage.js index 24e223a7..be8ef527 100644 --- a/src/utils/isPublicPage.js +++ b/src/utils/isPublicPage.js @@ -1,4 +1,3 @@ - /** * @copyright Copyright (c) 2020 John Molakvoæ * diff --git a/src/utils/isSecureViewerAvailable.js b/src/utils/isSecureViewerAvailable.js index 8e0ccd2e..11bae7a9 100644 --- a/src/utils/isSecureViewerAvailable.js +++ b/src/utils/isSecureViewerAvailable.js @@ -1,4 +1,3 @@ - /** * @copyright Copyright (c) 2020 John Molakvoæ * diff --git a/src/workersrc.js b/src/workersrc.js index dd036d4b..3f8a2372 100644 --- a/src/workersrc.js +++ b/src/workersrc.js @@ -1,4 +1,3 @@ - /** * @copyright Copyright (c) 2020 Daniel Calviño Sánchez *