diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-02-25 20:21:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-25 20:21:05 -0500 |
commit | 782b945905c948b9a0495aa85524ad1a92c7bd97 (patch) | |
tree | 2dfe5e1b38a2f448f77f62135a974ca75002090f /ext/js/pages/settings | |
parent | b2f225a0d6a63d65d0543539d688d33c51a4fb8e (diff) |
Header lint (#1444)
* Add eslint-plugin-header
* Add rule for header format
* Add missing header
* Fix header issues
Diffstat (limited to 'ext/js/pages/settings')
-rw-r--r-- | ext/js/pages/settings/backup-controller.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/js/pages/settings/backup-controller.js b/ext/js/pages/settings/backup-controller.js index 649645d4..6f6614b6 100644 --- a/ext/js/pages/settings/backup-controller.js +++ b/ext/js/pages/settings/backup-controller.js @@ -8,7 +8,7 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License |