aboutsummaryrefslogtreecommitdiff
path: root/src/commands/mod.rs
diff options
context:
space:
mode:
authorCara Salter <cara@devcara.com>2022-01-16 00:02:56 -0500
committerCara Salter <cara@devcara.com>2022-01-16 00:02:56 -0500
commiteb41fede91d072693b279f908976d2ebc2ba1ca3 (patch)
tree81154fe49330b429e66fff098653fc636747717c /src/commands/mod.rs
parent16921c23ff7186381a16ca0b03c521d56ee4eb21 (diff)
downloadglitch-ng-eb41fede91d072693b279f908976d2ebc2ba1ca3.tar.gz
glitch-ng-eb41fede91d072693b279f908976d2ebc2ba1ca3.zip
format
Diffstat (limited to 'src/commands/mod.rs')
-rw-r--r--src/commands/mod.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/mod.rs b/src/commands/mod.rs
index 2121532..3ffb136 100644
--- a/src/commands/mod.rs
+++ b/src/commands/mod.rs
@@ -1,5 +1,5 @@
-pub mod meta;
-pub mod pony;
pub mod actions;
+pub mod meta;
pub mod osu;
+pub mod pony;
pub mod reactionroles;