aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/DependencyAPIMigration.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/DependencyAPIMigration.scala
parent2e5f942d25d7afab79ee1263c5d6833cad9d743d (diff)
parent9adbe1ede59f9aeb25e71fd8318a4e7e46c4cc34 (diff)
Merge pull request #1852 from freechipsproject/format-src-4
Apply Scalafmt Rewriting
Diffstat (limited to 'src/main/scala/firrtl/DependencyAPIMigration.scala')
-rw-r--r--src/main/scala/firrtl/DependencyAPIMigration.scala8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/main/scala/firrtl/DependencyAPIMigration.scala b/src/main/scala/firrtl/DependencyAPIMigration.scala
index 6a5ff642..dc5957f2 100644
--- a/src/main/scala/firrtl/DependencyAPIMigration.scala
+++ b/src/main/scala/firrtl/DependencyAPIMigration.scala
@@ -17,14 +17,10 @@ import firrtl.stage.TransformManager.TransformDependency
*/
trait DependencyAPIMigration { this: Transform =>
- @deprecated(
- "Use Dependency API methods for equivalent functionality. See: https://bit.ly/2Voppre",
- "FIRRTL 1.3")
+ @deprecated("Use Dependency API methods for equivalent functionality. See: https://bit.ly/2Voppre", "FIRRTL 1.3")
final override def inputForm: CircuitForm = UnknownForm
- @deprecated(
- "Use Dependency API methods for equivalent functionality. See: https://bit.ly/2Voppre",
- "FIRRTL 1.3")
+ @deprecated("Use Dependency API methods for equivalent functionality. See: https://bit.ly/2Voppre", "FIRRTL 1.3")
final override def outputForm: CircuitForm = UnknownForm
override def prerequisites: Seq[TransformDependency] = Seq.empty