diff options
author | metamuffin <metamuffin@disroot.org> | 2025-04-19 22:39:16 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-04-19 22:39:16 +0200 |
commit | 4523bd0d455781c5cc3544fb230b69990fd53225 (patch) | |
tree | 6ad31926f80e301571ebebe62f1f3d389704066c /base | |
parent | fe318c8e961aa39d3daf386ddddd0f74b38079f5 (diff) | |
download | jellything-4523bd0d455781c5cc3544fb230b69990fd53225.tar jellything-4523bd0d455781c5cc3544fb230b69990fd53225.tar.bz2 jellything-4523bd0d455781c5cc3544fb230b69990fd53225.tar.zst |
cargo fmt
Diffstat (limited to 'base')
-rw-r--r-- | base/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/src/lib.rs b/base/src/lib.rs index 14926ef..436aa9a 100644 --- a/base/src/lib.rs +++ b/base/src/lib.rs @@ -7,8 +7,8 @@ pub mod assetfed; pub mod cache; pub mod database; pub mod federation; -pub mod permission; pub mod locale; +pub mod permission; pub use jellycommon as common; |