From 7ba333c45344b3c1a87bf1ce2d94ebde21ae8141 Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Thu, 7 Oct 2021 12:10:35 +0200
Subject: [PATCH] linter

---
 packages/file-handling/src/nextcloud-file-picker.js | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/packages/file-handling/src/nextcloud-file-picker.js b/packages/file-handling/src/nextcloud-file-picker.js
index f7030b1a..fb5ef425 100644
--- a/packages/file-handling/src/nextcloud-file-picker.js
+++ b/packages/file-handling/src/nextcloud-file-picker.js
@@ -483,7 +483,7 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) {
                     @click="${async () => {
                         this.openFilePicker();
                     }}">
-                <dbp-icon name="reload">
+                <dbp-icon name="reload"></dbp-icon>
             </button>`;
             this.loading = false;
             this.statusText = reloadButton;
@@ -542,7 +542,7 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) {
                         @click="${async () => {
                             this.openFilePicker();
                         }}">
-                    <dbp-icon name="reload">
+                    <dbp-icon name="reload"></dbp-icon>
                 </button>`;
                 this.loading = false;
                 this.statusText = reloadButton;
@@ -600,7 +600,8 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) {
     /**
      * Download a single file
      *
-     * @param fileData, maxUpload
+     * @param fileData
+     * @param maxUpload
      */
     downloadFile(fileData, maxUpload) {
 
-- 
GitLab