Skip to content

Commit b81f8de

Browse files
committed
Run cargo fmt
1 parent f826084 commit b81f8de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/returns-attr/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//! This examples shows how the `returns` attribute works for functions and structs.
2-
//!
2+
//!
33
//! You can play with different `return` annotations to see how they change the
44
//! types and the clone/deref function calls..
55
@@ -60,4 +60,4 @@ fn main() {
6060
// Call the salsa::tracked number function.
6161
let n = number(&db, input);
6262
eprintln!("n: {n:?}");
63-
}
63+
}

0 commit comments

Comments
 (0)