Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
randomPoison committed Feb 27, 2025
1 parent 32bc0d7 commit f625a0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/std-traits/comparisons.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ impl PartialOrd for Citation {

```rust,editable
fn main() {
let a = "Hello";
let b = String::from("Hello");
assert_eq!(a, b);
let a = "Hello";
let b = String::from("Hello");
assert_eq!(a, b);
}
```

Expand Down

0 comments on commit f625a0b

Please sign in to comment.