aboutsummaryrefslogtreecommitdiff
path: root/docs/interfaces
diff options
context:
space:
mode:
authorAustin Siew <17107540+Aquafina-water-bottle@users.noreply.github.com>2023-03-23 00:25:41 -0600
committerAustin Siew <17107540+Aquafina-water-bottle@users.noreply.github.com>2023-03-23 00:25:41 -0600
commit24c3018a02d8d610510a38d99c8539b06018b4a7 (patch)
tree8c455a9f8cd5359ee96ff17ed2f73672a6bf43d2 /docs/interfaces
parent6e1c9576a9b8db04761883eb233e1e1dfc40ecc4 (diff)
undo EOF newline removal in docs/interfaces*.ts, because they originally had newlines at the end by default
Diffstat (limited to 'docs/interfaces')
-rw-r--r--docs/interfaces/dictionary-entry.ts2
-rw-r--r--docs/interfaces/translator-types.ts2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/interfaces/dictionary-entry.ts b/docs/interfaces/dictionary-entry.ts
index edf7cc78..2ad8f70f 100644
--- a/docs/interfaces/dictionary-entry.ts
+++ b/docs/interfaces/dictionary-entry.ts
@@ -476,4 +476,4 @@ namespace Translation {
*/
isPrimary: boolean;
}
-} \ No newline at end of file
+}
diff --git a/docs/interfaces/translator-types.ts b/docs/interfaces/translator-types.ts
index dc887f08..305f5ef2 100644
--- a/docs/interfaces/translator-types.ts
+++ b/docs/interfaces/translator-types.ts
@@ -175,4 +175,4 @@ namespace Translation {
*/
allowSecondarySearches: boolean;
}
-} \ No newline at end of file
+}