aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/DependencyAPIMigration.scala
diff options
context:
space:
mode:
authorchick2020-08-14 19:47:53 -0700
committerJack Koenig2020-08-14 19:47:53 -0700
commit6fc742bfaf5ee508a34189400a1a7dbffe3f1cac (patch)
tree2ed103ee80b0fba613c88a66af854ae9952610ce /src/main/scala/firrtl/DependencyAPIMigration.scala
parentb516293f703c4de86397862fee1897aded2ae140 (diff)
All of src/ formatted with scalafmt
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