Skip to content

Commit ec63456

Browse files
committed
ref: move derive below doc comment on Synchronize struct
1 parent 7d48e5a commit ec63456

File tree

1 file changed

+1
-1
lines changed
  • src/event_scanner/scanner

1 file changed

+1
-1
lines changed

src/event_scanner/scanner/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ pub struct LatestEvents {
9595
pub(crate) max_concurrent_fetches: usize,
9696
}
9797

98-
#[derive(Default, Debug)]
9998
/// Marker indicating that a sync mode must be selected.
99+
#[derive(Default, Debug)]
100100
pub struct Synchronize;
101101

102102
/// Mode marker for scanning by syncing from the specified count of latest events and then switching

0 commit comments

Comments
 (0)