Skip to content

Commit 296ffb8

Browse files
committed
Fix ConsecutiveBlankLines warning from CodeNarc.
@see http://codenarc.sourceforge.net/codenarc-rules-formatting.html#ConsecutiveBlankLines No functional changes.
1 parent 2ed3277 commit 296ffb8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/groovy/ru/mystamps/web/service/CollectionServiceImplTest.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ class CollectionServiceImplTest extends Specification {
138138
thrown IllegalArgumentException
139139
}
140140

141-
142141
def "removeFromCollection() should find collection by user id"() {
143142
given:
144143
Integer expectedUserId = 123

0 commit comments

Comments
 (0)