diff options
Diffstat (limited to 'src/plugins/unindent.ts')
-rw-r--r-- | src/plugins/unindent.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/unindent.ts b/src/plugins/unindent.ts index 1f63f69..3cb34f3 100644 --- a/src/plugins/unindent.ts +++ b/src/plugins/unindent.ts @@ -44,4 +44,4 @@ export default definePlugin({ removePreSendListener(this.preSend); removePreEditListener(this.preEdit); } -});
\ No newline at end of file +}); |