diff options
| author | zirkonya <zirkonya@iridium.lan> | 2026-09-01 10:10:23 +0200 |
|---|---|---|
| committer | zirkonya <zirkonya@iridium.lan> | 2026-09-01 10:10:23 +0200 |
| commit | ad95589a8a01ec1ca1ff8826d457691f94da6770 (patch) | |
| tree | ddfcffe92bd73f63d73f3eecd9c81634c2814077 /src/context.rs | |
| parent | b0ef89ef808e7d34c179a15dd5e213d78cf5bb1f (diff) | |
rust cargo fmt
Diffstat (limited to 'src/context.rs')
| -rw-r--r-- | src/context.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context.rs b/src/context.rs index bcc0b6d..0c42c23 100644 --- a/src/context.rs +++ b/src/context.rs @@ -6,4 +6,4 @@ impl<Data> Context<Data> { pub fn new(data: Data) -> Self { Self { data } } -}
\ No newline at end of file +} |
