diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-02-28 00:24:52 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-02-28 00:24:52 +0100 |
| commit | 4841c08da8afa3e42c354fbc325ce56b6f997079 (patch) | |
| tree | 3574919fc3e631e76e9e8a136c692f2a614e80b2 /common | |
| parent | 7930d543a2aa68d4ad2958605827d7eb1baa91f8 (diff) | |
| download | jellything-4841c08da8afa3e42c354fbc325ce56b6f997079.tar jellything-4841c08da8afa3e42c354fbc325ce56b6f997079.tar.bz2 jellything-4841c08da8afa3e42c354fbc325ce56b6f997079.tar.zst | |
bad pagination
Diffstat (limited to 'common')
| -rw-r--r-- | common/src/internal.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/internal.rs b/common/src/internal.rs index 844468d..3f2c622 100644 --- a/common/src/internal.rs +++ b/common/src/internal.rs @@ -40,4 +40,4 @@ impl Display for LogLevel { LogLevel::Error => "error", }) } -}
\ No newline at end of file +} |