From 7136ecb30313dfe1937e0dbd60729f184e7d9116 Mon Sep 17 00:00:00 2001 From: etorreborre Date: Sat, 4 Nov 2023 16:32:22 +0100 Subject: [PATCH] style: reformat code --- .../test/scala/org/specs2/matcher/StringMatchersSpec.scala | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tests/shared/src/test/scala/org/specs2/matcher/StringMatchersSpec.scala b/tests/shared/src/test/scala/org/specs2/matcher/StringMatchersSpec.scala index e3e705efb..3e888679d 100644 --- a/tests/shared/src/test/scala/org/specs2/matcher/StringMatchersSpec.scala +++ b/tests/shared/src/test/scala/org/specs2/matcher/StringMatchersSpec.scala @@ -3,12 +3,7 @@ package matcher import java.util.regex.Pattern -class StringMatchersSpec - extends Spec - with StringMatchers - with MustExpectations - with IterableMatchers - with AnyMatchers { +class StringMatchersSpec extends Spec with StringMatchers with MustExpectations with IterableMatchers with AnyMatchers { def is = s2""" A string can be matched against a pattern using