Skip to content

Commit 1236efa

Browse files
committedJun 12, 2024·
style(plugins/pluralKit): Add formatting
1 parent 1576f30 commit 1236efa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/userplugins/pluralKit/index.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export default definePlugin({
142142
animated: false
143143
}
144144
);
145-
}
145+
};
146146

147147
return {
148148
label: "Delete",
@@ -154,7 +154,7 @@ export default definePlugin({
154154
onClick: handleClick,
155155
onContextMenu: _ => {}
156156
};
157-
})
157+
});
158158
},
159159
stop() {
160160
removeButton("pk-edit");

0 commit comments

Comments
 (0)
Please sign in to comment.