aboutsummaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/data/pronunciation-style.json2
-rw-r--r--ext/data/schemas/dictionary-index-schema.json2
-rw-r--r--ext/data/schemas/dictionary-kanji-meta-bank-v3-schema.json2
-rw-r--r--ext/data/schemas/dictionary-tag-bank-v3-schema.json2
-rw-r--r--ext/data/schemas/dictionary-term-bank-v3-schema.json2
-rw-r--r--ext/data/schemas/dictionary-term-meta-bank-v3-schema.json2
-rw-r--r--ext/data/structured-content-style.json2
-rw-r--r--ext/js/accessibility/google-docs-xray.js2
-rw-r--r--ext/js/core/fetch-utilities.js2
9 files changed, 9 insertions, 9 deletions
diff --git a/ext/data/pronunciation-style.json b/ext/data/pronunciation-style.json
index d8e54c80..3a69c567 100644
--- a/ext/data/pronunciation-style.json
+++ b/ext/data/pronunciation-style.json
@@ -163,4 +163,4 @@
["stroke", "currentColor"]
]
}
-] \ No newline at end of file
+]
diff --git a/ext/data/schemas/dictionary-index-schema.json b/ext/data/schemas/dictionary-index-schema.json
index 98b27143..56726668 100644
--- a/ext/data/schemas/dictionary-index-schema.json
+++ b/ext/data/schemas/dictionary-index-schema.json
@@ -87,4 +87,4 @@
"required": ["version"]
}
]
-} \ No newline at end of file
+}
diff --git a/ext/data/schemas/dictionary-kanji-meta-bank-v3-schema.json b/ext/data/schemas/dictionary-kanji-meta-bank-v3-schema.json
index 1cd80565..bdbddf9b 100644
--- a/ext/data/schemas/dictionary-kanji-meta-bank-v3-schema.json
+++ b/ext/data/schemas/dictionary-kanji-meta-bank-v3-schema.json
@@ -49,4 +49,4 @@
}
]
}
-} \ No newline at end of file
+}
diff --git a/ext/data/schemas/dictionary-tag-bank-v3-schema.json b/ext/data/schemas/dictionary-tag-bank-v3-schema.json
index af8844e8..f3a2f89b 100644
--- a/ext/data/schemas/dictionary-tag-bank-v3-schema.json
+++ b/ext/data/schemas/dictionary-tag-bank-v3-schema.json
@@ -32,4 +32,4 @@
}
]
}
-} \ No newline at end of file
+}
diff --git a/ext/data/schemas/dictionary-term-bank-v3-schema.json b/ext/data/schemas/dictionary-term-bank-v3-schema.json
index 77df3071..40a326f6 100644
--- a/ext/data/schemas/dictionary-term-bank-v3-schema.json
+++ b/ext/data/schemas/dictionary-term-bank-v3-schema.json
@@ -586,4 +586,4 @@
}
]
}
-} \ No newline at end of file
+}
diff --git a/ext/data/schemas/dictionary-term-meta-bank-v3-schema.json b/ext/data/schemas/dictionary-term-meta-bank-v3-schema.json
index 89709a9e..2dfbdb74 100644
--- a/ext/data/schemas/dictionary-term-meta-bank-v3-schema.json
+++ b/ext/data/schemas/dictionary-term-meta-bank-v3-schema.json
@@ -215,4 +215,4 @@
}
]
}
-} \ No newline at end of file
+}
diff --git a/ext/data/structured-content-style.json b/ext/data/structured-content-style.json
index 52bd41c8..a1110dce 100644
--- a/ext/data/structured-content-style.json
+++ b/ext/data/structured-content-style.json
@@ -335,4 +335,4 @@
["border-color", "currentColor"]
]
}
-] \ No newline at end of file
+]
diff --git a/ext/js/accessibility/google-docs-xray.js b/ext/js/accessibility/google-docs-xray.js
index f128c058..15e1d50b 100644
--- a/ext/js/accessibility/google-docs-xray.js
+++ b/ext/js/accessibility/google-docs-xray.js
@@ -27,4 +27,4 @@ function main() {
window2._docs_annotate_canvas_by_ext = 'ogmnaimimemjmbakcfefmnahgdfhfami';
}
-main(); \ No newline at end of file
+main();
diff --git a/ext/js/core/fetch-utilities.js b/ext/js/core/fetch-utilities.js
index 074f7c9a..ccd8a305 100644
--- a/ext/js/core/fetch-utilities.js
+++ b/ext/js/core/fetch-utilities.js
@@ -54,4 +54,4 @@ export async function fetchText(url) {
export async function fetchJson(url) {
const response = await fetchAsset(url);
return await readResponseJson(response);
-} \ No newline at end of file
+}