Skip to content

Commit eb4eba9

Browse files
committed
fix: remove trailing whitespace in types.rs
1 parent 38f1a7d commit eb4eba9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cryptpilot-core/src/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pub enum IntegrityType {
4444
/// Enable integrity verification with journaling (default).
4545
///
4646
/// Provides stronger data consistency guarantees and allows recovery
47-
/// via the journal after a crash. Suitable for persistent storage.
47+
/// via the journal after a crash. Suitable for persistent storage.
4848
/// But it will write data twice, one for journal and one for actual
4949
/// data area.
5050
Journal,

0 commit comments

Comments
 (0)