Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Oct 26, 2024
1 parent dd22179 commit 4e4c3f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/example03/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//! user_repository: Box<dyn UserRepository>,
//! }
//! ```
//!
//!
//! The repository type used by `App` is defined at runtime.
pub mod app;
pub mod user;
Expand Down
2 changes: 1 addition & 1 deletion src/example05/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! Example 05:
//!
//!
//! This example shows how to assert that a function returns an error when it
//! can be done with a simple assert because we know the exact error value.
Expand Down

0 comments on commit 4e4c3f0

Please sign in to comment.