Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
kamecha committed Oct 27, 2024
1 parent 7bc6b69 commit 754b2ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions denops/traqvim/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ export const actionAddMessageStamp = async (
if (m.id === message.id) {
return {
...m,
stamps: updatedMessage
stamps: updatedMessage,
};
} else {
return m;
Expand All @@ -321,7 +321,7 @@ export const actionAddMessageStamp = async (
bufNum,
editedTimeline.find((m) => m.id === message.id),
);
}
};

export const actionRemoveMessageStamp = async (
denops: Denops,
Expand Down

0 comments on commit 754b2ac

Please sign in to comment.