diff options
author | Austin Siew <17107540+Aquafina-water-bottle@users.noreply.github.com> | 2023-03-23 00:25:41 -0600 |
---|---|---|
committer | Austin Siew <17107540+Aquafina-water-bottle@users.noreply.github.com> | 2023-03-23 00:25:41 -0600 |
commit | 24c3018a02d8d610510a38d99c8539b06018b4a7 (patch) | |
tree | 8c455a9f8cd5359ee96ff17ed2f73672a6bf43d2 | |
parent | 6e1c9576a9b8db04761883eb233e1e1dfc40ecc4 (diff) |
undo EOF newline removal in docs/interfaces*.ts, because they originally had newlines at the end by default
-rw-r--r-- | docs/interfaces/dictionary-entry.ts | 2 | ||||
-rw-r--r-- | docs/interfaces/translator-types.ts | 2 |
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 +} |