summaryrefslogtreecommitdiff
path: root/test/files/pos/selftails.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/selftails.scala')
-rw-r--r--test/files/pos/selftails.scala6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/files/pos/selftails.scala b/test/files/pos/selftails.scala
index a4253b80c7..7c58543747 100644
--- a/test/files/pos/selftails.scala
+++ b/test/files/pos/selftails.scala
@@ -1,10 +1,10 @@
package net.liftweb.util
-
+
/**
* This trait adds functionality to Scala standard types
*/
trait BasicTypesHelpers { self: StringHelpers with ControlHelpers =>
-
+
/**
* Compare two arrays of Byte for byte equality.
* @return true if two Byte arrays contain the same bytes
@@ -19,5 +19,5 @@ trait BasicTypesHelpers { self: StringHelpers with ControlHelpers =>
}
}
-trait StringHelpers
+trait StringHelpers
trait ControlHelpers