From a14251ea2b2b77b94fa5436b8c055a99c5f66e95 Mon Sep 17 00:00:00 2001
From: Austin Siew <17107540+Aquafina-water-bottle@users.noreply.github.com>
Date: Wed, 22 Mar 2023 23:59:35 -0600
Subject: fixed eslint, changed header to only use 2 spaces, added missing
 headers to test

---
 ext/js/app/content-script-main.js | 2 +-
 ext/js/app/frontend.js            | 2 +-
 ext/js/app/popup-factory.js       | 2 +-
 ext/js/app/popup-proxy.js         | 2 +-
 ext/js/app/popup-window.js        | 2 +-
 ext/js/app/popup.js               | 2 +-
 ext/js/app/theme-controller.js    | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

(limited to 'ext/js/app')

diff --git a/ext/js/app/content-script-main.js b/ext/js/app/content-script-main.js
index e278cfdb..0006a244 100644
--- a/ext/js/app/content-script-main.js
+++ b/ext/js/app/content-script-main.js
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2023       Yomitan Authors
+ * Copyright (C) 2023  Yomitan Authors
  * Copyright (C) 2019-2022  Yomichan Authors
  *
  * This program is free software: you can redistribute it and/or modify
diff --git a/ext/js/app/frontend.js b/ext/js/app/frontend.js
index 3f783eee..dc16701d 100644
--- a/ext/js/app/frontend.js
+++ b/ext/js/app/frontend.js
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2023       Yomitan Authors
+ * Copyright (C) 2023  Yomitan Authors
  * Copyright (C) 2016-2022  Yomichan Authors
  *
  * This program is free software: you can redistribute it and/or modify
diff --git a/ext/js/app/popup-factory.js b/ext/js/app/popup-factory.js
index 858302a7..eeb31a1b 100644
--- a/ext/js/app/popup-factory.js
+++ b/ext/js/app/popup-factory.js
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2023       Yomitan Authors
+ * Copyright (C) 2023  Yomitan Authors
  * Copyright (C) 2019-2022  Yomichan Authors
  *
  * This program is free software: you can redistribute it and/or modify
diff --git a/ext/js/app/popup-proxy.js b/ext/js/app/popup-proxy.js
index a5392894..e7e51ddf 100644
--- a/ext/js/app/popup-proxy.js
+++ b/ext/js/app/popup-proxy.js
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2023       Yomitan Authors
+ * Copyright (C) 2023  Yomitan Authors
  * Copyright (C) 2019-2022  Yomichan Authors
  *
  * This program is free software: you can redistribute it and/or modify
diff --git a/ext/js/app/popup-window.js b/ext/js/app/popup-window.js
index 9aee160a..32e8b250 100644
--- a/ext/js/app/popup-window.js
+++ b/ext/js/app/popup-window.js
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2023       Yomitan Authors
+ * Copyright (C) 2023  Yomitan Authors
  * Copyright (C) 2020-2022  Yomichan Authors
  *
  * This program is free software: you can redistribute it and/or modify
diff --git a/ext/js/app/popup.js b/ext/js/app/popup.js
index 442c0baf..8d140064 100644
--- a/ext/js/app/popup.js
+++ b/ext/js/app/popup.js
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2023       Yomitan Authors
+ * Copyright (C) 2023  Yomitan Authors
  * Copyright (C) 2016-2022  Yomichan Authors
  *
  * This program is free software: you can redistribute it and/or modify
diff --git a/ext/js/app/theme-controller.js b/ext/js/app/theme-controller.js
index 6f3184be..f8d5410b 100644
--- a/ext/js/app/theme-controller.js
+++ b/ext/js/app/theme-controller.js
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2023       Yomitan Authors
+ * Copyright (C) 2023  Yomitan Authors
  * Copyright (C) 2022  Yomichan Authors
  *
  * This program is free software: you can redistribute it and/or modify
-- 
cgit v1.2.3