aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/unindent.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/unindent.ts')
-rw-r--r--src/plugins/unindent.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/unindent.ts b/src/plugins/unindent.ts
index 608020f..f6eca1d 100644
--- a/src/plugins/unindent.ts
+++ b/src/plugins/unindent.ts
@@ -1,6 +1,6 @@
import definePlugin from "../utils/types";
-import { addPreSendListener, addPreEditListener, MessageObject, removePreSendListener, removePreEditListener } from '../api/MessageEvents';
-import { Devs } from '../utils/constants';
+import { addPreSendListener, addPreEditListener, MessageObject, removePreSendListener, removePreEditListener } from "../api/MessageEvents";
+import { Devs } from "../utils/constants";
export default definePlugin({
name: "Unindent",