Skip to content

Commit

Permalink
CR feedback
Browse files Browse the repository at this point in the history
[ci skip-build-wheels]
  • Loading branch information
gshuflin committed Aug 19, 2020
1 parent 3d8a9d6 commit 596122e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust/engine/src/nodes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1252,7 +1252,7 @@ impl Display for NodeKey {
// the Params of an @rule when we stringify the @rule. But we need to make
// sure we don't naively dump the string representation of a Key, which
// could get gigantic.
write!(f, "@rule {}", task.task.display_info.name)
write!(f, "@rule({})", task.task.display_info.name)
}
&NodeKey::Snapshot(ref s) => write!(f, "Snapshot({})", s.0),
}
Expand Down

0 comments on commit 596122e

Please sign in to comment.