aboutsummaryrefslogtreecommitdiff
path: root/src/server/cmd/commands/action.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-02 13:28:59 +0000
committerFuwn <[email protected]>2021-05-02 13:28:59 +0000
commitb6443087d0b59345fc557d240981faaa4e751ffd (patch)
treec8884cd74fdc95e6a6a5ef2b8373f7caf41da757 /src/server/cmd/commands/action.rs
parentdocs(cmds): add of2m notice to command: action (diff)
downloadwhirl-b6443087d0b59345fc557d240981faaa4e751ffd.tar.xz
whirl-b6443087d0b59345fc557d240981faaa4e751ffd.zip
refactor(todo): update todo style
Diffstat (limited to 'src/server/cmd/commands/action.rs')
-rw-r--r--src/server/cmd/commands/action.rs7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/server/cmd/commands/action.rs b/src/server/cmd/commands/action.rs
index e3ed44d..8d1fb0b 100644
--- a/src/server/cmd/commands/action.rs
+++ b/src/server/cmd/commands/action.rs
@@ -2,9 +2,10 @@
// SPDX-License-Identifier: GPL-3.0-only
// TODO: of2m-ify
-// Of2m-ifying isn't much of a priority right now as the whole action ordeal hasn't been fully
-// dissected yet.
-// Once more is known about the inner working of actions, it will be of2m-ified.
+//
+// Of2m-ifying isn't much of a priority right now as the whole action ordeal
+// hasn't been fully dissected yet. Once more is known about the inner working
+// of actions, it will be of2m-ified.
use bytes::{BufMut, BytesMut};