Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pniederw committed Sep 8, 2014
1 parent bab16e4 commit 46d8365
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class ContextHierarchyExample extends Specification {

def "Injection works with @ContextHierarchy"() {
expect:
service1 instanceof Service1
service2 instanceof Service2
service1 instanceof Service1
service2 instanceof Service2
}
}

0 comments on commit 46d8365

Please sign in to comment.