Skip to content

Commit ba36df6

Browse files
formatting issues.
1 parent 45eb10d commit ba36df6

File tree

1 file changed

+1
-1
lines changed
  • examples/server_fns_axum/src

1 file changed

+1
-1
lines changed

examples/server_fns_axum/src/app.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,10 +421,10 @@ pub fn FileUploadWithProgress() -> impl IntoView {
421421
/// distinguishes between files by filename, not by user.
422422
#[cfg(feature = "ssr")]
423423
mod progress {
424-
use std::sync::LazyLock;
425424
use async_broadcast::{broadcast, Receiver, Sender};
426425
use dashmap::DashMap;
427426
use futures::Stream;
427+
use std::sync::LazyLock;
428428

429429
struct File {
430430
total: usize,

0 commit comments

Comments
 (0)