summaryrefslogtreecommitdiff
path: root/src/test/scala/chiselTests/Direction.scala
diff options
context:
space:
mode:
authorducky2015-10-23 13:12:27 -0700
committerPalmer Dabbelt2015-10-23 13:18:16 -0700
commit233875001af47b0c7773872f8bd76f1e53ef9e83 (patch)
tree627d85a99298c431dc638095000c2df096a2eac6 /src/test/scala/chiselTests/Direction.scala
parent6ce580969d1cefcdff18aa8ab6610b1c89c57739 (diff)
Whitespace scalastyle fixes for tests
Diffstat (limited to 'src/test/scala/chiselTests/Direction.scala')
-rw-r--r--src/test/scala/chiselTests/Direction.scala4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/scala/chiselTests/Direction.scala b/src/test/scala/chiselTests/Direction.scala
index 0df035c4..dd2f6572 100644
--- a/src/test/scala/chiselTests/Direction.scala
+++ b/src/test/scala/chiselTests/Direction.scala
@@ -1,3 +1,5 @@
+// See LICENSE for license details.
+
package chiselTests
import Chisel._
@@ -30,6 +32,6 @@ class DirectionSpec extends ChiselPropSpec {
property("Inputs should not be assignable") {
elaborate(new BadDirection)
- }
+ }
}