Skip to content

Commit 4ad0e0b

Browse files
PLeVasseurjmqd
andauthored
Fix whitespace formatting
Co-authored-by: Jordan McQueen <[email protected]>
1 parent 4211a62 commit 4ad0e0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/coding-guidelines/macros.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Macros
2525
:status: draft
2626

2727
It's common to use macros to avoid writing repetitive code, such as trait
28-
implementations. It's possible to use derive macros or declarative macros
29-
to do so.
28+
implementations. It's possible to use derive macros or declarative macros
29+
to do so.
3030

3131
In a declarative macro the ordering of the patterns will be the order that
3232
they are matched against which can lead to unexpected behavior in the case

0 commit comments

Comments
 (0)