chore(sdk): Add missingn newline.

This commit is contained in:
Ivan Enderlin
2023-06-28 11:10:53 +02:00
parent 07700abf75
commit 07b7885915

View File

@@ -78,6 +78,7 @@ pub(in super::super) struct SlidingSyncListRequestGenerator {
///
/// Note there's only one range in the `Growing` and `Paging` mode.
ranges: Ranges,
/// The kind of request generator.
pub(super) kind: SlidingSyncListRequestGeneratorKind,
}