From 233875001af47b0c7773872f8bd76f1e53ef9e83 Mon Sep 17 00:00:00 2001 From: ducky Date: Fri, 23 Oct 2015 13:12:27 -0700 Subject: Whitespace scalastyle fixes for tests --- src/test/scala/chiselTests/Direction.scala | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/test/scala/chiselTests/Direction.scala') 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) - } + } } -- cgit v1.2.3