Skip to content

Commit 6c0c955

Browse files
committed
fmt
1 parent e7c4a5f commit 6c0c955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_table.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ where
229229
/// metadata: Some(NodeMetadata { value: 42 }),
230230
/// ..Default::default()
231231
/// };
232-
///
232+
///
233233
/// // Fails because metadata type is not Debug
234234
/// println!("{:?}", defaults);
235235
/// ```

0 commit comments

Comments
 (0)