Skip to content

Commit

Permalink
style: reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
etorreborre committed Nov 4, 2023
1 parent 28779be commit 7136ecb
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7136ecb

Please sign in to comment.