aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/graph/EdgeData.scala
diff options
context:
space:
mode:
authorJack Koenig2020-08-15 10:16:28 -0700
committerGitHub2020-08-15 10:16:28 -0700
commitf1c314e6c7e116df33ffc215ec907212037292dc (patch)
treef06060e9fb52f4f5b30bc56db78acb6bd371642d /src/main/scala/firrtl/graph/EdgeData.scala
parent2e5f942d25d7afab79ee1263c5d6833cad9d743d (diff)
parent9adbe1ede59f9aeb25e71fd8318a4e7e46c4cc34 (diff)
Merge pull request #1852 from freechipsproject/format-src-4
Apply Scalafmt Rewriting
Diffstat (limited to 'src/main/scala/firrtl/graph/EdgeData.scala')
-rw-r--r--src/main/scala/firrtl/graph/EdgeData.scala5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/main/scala/firrtl/graph/EdgeData.scala b/src/main/scala/firrtl/graph/EdgeData.scala
index 16990de0..6a63c3b9 100644
--- a/src/main/scala/firrtl/graph/EdgeData.scala
+++ b/src/main/scala/firrtl/graph/EdgeData.scala
@@ -6,11 +6,10 @@ import scala.collection.mutable
/**
* An exception that indicates that an edge cannot be found in a graph with edge data.
- *
+ *
* @note the vertex type is not captured as a type parameter, as it would be erased.
*/
-class EdgeNotFoundException(u: Any, v: Any)
- extends IllegalArgumentException(s"Edge (${u}, ${v}) does not exist!")
+class EdgeNotFoundException(u: Any, v: Any) extends IllegalArgumentException(s"Edge (${u}, ${v}) does not exist!")
/**
* Mixing this trait into a DiGraph indicates that each edge may be associated with an optional