summaryrefslogtreecommitdiffstats
path: root/src/node_id.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_id.rs')
-rw-r--r--src/node_id.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/node_id.rs b/src/node_id.rs
index 6211e19..df1e4d4 100644
--- a/src/node_id.rs
+++ b/src/node_id.rs
@@ -7,5 +7,4 @@
/// A unique identifier for a `Node`
///
/// The `NodeId` should be cheap to clone (for example a UUID or some form of a hash value).
-pub trait NodeId: Clone + Eq + PartialEq {
-}
+pub trait NodeId: Clone + Eq + PartialEq {}