diff options
| author | Austin Siew <17107540+Aquafina-water-bottle@users.noreply.github.com> | 2023-03-23 00:14:25 -0600 | 
|---|---|---|
| committer | Austin Siew <17107540+Aquafina-water-bottle@users.noreply.github.com> | 2023-03-23 00:14:25 -0600 | 
| commit | 206e7736acc932c96fdec78295064030f42faf70 (patch) | |
| tree | 0023da9f7b9d20c7267cfc77f1909af0b39b250c /ext/js | |
| parent | 5bea5db3feb175d7d47e9057666685e30eb0e278 (diff) | |
removed trailing newlines
Diffstat (limited to 'ext/js')
3 files changed, 3 insertions, 3 deletions
| diff --git a/ext/js/pages/settings/collapsible-dictionary-controller.js b/ext/js/pages/settings/collapsible-dictionary-controller.js index 18327c3b..949df0de 100644 --- a/ext/js/pages/settings/collapsible-dictionary-controller.js +++ b/ext/js/pages/settings/collapsible-dictionary-controller.js @@ -155,4 +155,4 @@ class CollapsibleDictionaryController {              select.value = value;          }      } -} +}
\ No newline at end of file diff --git a/ext/js/pages/settings/scan-inputs-simple-controller.js b/ext/js/pages/settings/scan-inputs-simple-controller.js index 010cbd48..8edb9a86 100644 --- a/ext/js/pages/settings/scan-inputs-simple-controller.js +++ b/ext/js/pages/settings/scan-inputs-simple-controller.js @@ -244,4 +244,4 @@ class ScanInputsSimpleController {          this._mainScanModifierKeyInputHasOther = !hasMainScanInput;          this._populateSelect(this._mainScanModifierKeyInput, this._mainScanModifierKeyInputHasOther);      } -} +}
\ No newline at end of file diff --git a/ext/js/pages/settings/secondary-search-dictionary-controller.js b/ext/js/pages/settings/secondary-search-dictionary-controller.js index 2995fc54..f8e2fb78 100644 --- a/ext/js/pages/settings/secondary-search-dictionary-controller.js +++ b/ext/js/pages/settings/secondary-search-dictionary-controller.js @@ -91,4 +91,4 @@ class SecondarySearchDictionaryController {          const options = await this._settingsController.getOptions();          this._onOptionsChanged({options});      } -} +}
\ No newline at end of file |