Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
manforowicz committed Jun 8, 2024
1 parent 38f6f0c commit e4900df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gday_encryption/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//! [gday_file_transfer](https://crates.io/crates/gday_file_transfer) chose this library
//! because [rustls](https://docs.rs/rustls/latest/rustls) didn't support
//! peer-to-peer connections with a shared key.
//!
//!
#![forbid(unsafe_code)]
#![warn(clippy::all)]

Expand Down
2 changes: 1 addition & 1 deletion gday_file_transfer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//!
//! 2. Peer A calls [`get_file_metas()`] to get a [`Vec`] of [`FileMetaLocal`]
//! containing metadata about the files they'd like to send.
//!
//!
//! 3. Peer A calls [`FileOfferMsg::from()`] on the `Vec<FileMetaLocal>`, to get
//! a serializable [`FileOfferMsg`].
//!
Expand Down

0 comments on commit e4900df

Please sign in to comment.