Skip to content

Commit 451d4f3

Browse files
Fix line break in error message string (#8)
1 parent 3c14a2f commit 451d4f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/graph/creation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ where
8888
kind: ErrorKind::DuplicateEdge,
8989
message: format!(
9090
"A duplicate edge was found: {}. \
91-
Set the `GraphSpecs.edge_dedupe_strategy` if a different
91+
Set the `GraphSpecs.edge_dedupe_strategy` if a different \
9292
behavior is desired.",
9393
edge
9494
),

0 commit comments

Comments
 (0)