Skip to content

Commit b07d424

Browse files
committed
fixup! style fixes after rebase
1 parent d08a8d8 commit b07d424

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/matrix-sdk-ui/src/timeline/pinned_events_loader.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ use ruma::{EventId, MilliSecondsSinceUnixEpoch, OwnedEventId};
2424
use thiserror::Error;
2525
use tracing::{debug, warn};
2626

27-
/// The max number of concurrent `/event` requests to run when loading pinned events.
27+
/// The max number of concurrent `/event` requests to run when loading pinned
28+
/// events.
2829
pub const MAX_PINNED_EVENTS_CONCURRENT_REQUESTS: usize = 10;
2930

3031
/// Utility to load the pinned events in a room.

0 commit comments

Comments
 (0)