Skip to content

Commit 9bcd419

Browse files
committed
Fix formatting
1 parent 29dc8ea commit 9bcd419

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rustlings-macros/info.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -763,8 +763,8 @@ hint = """
763763
Notice how the trait takes ownership of `self` and returns `Self`.
764764
765765
Although the signature of `append_bar` in the trait takes `self` as argument,
766-
the implementation can take `mut self` instead. This is possible because
767-
the value is owned anyway."""
766+
the implementation can take `mut self` instead. This is possible because the
767+
value is owned anyway."""
768768

769769
[[exercises]]
770770
name = "traits3"

0 commit comments

Comments
 (0)