Skip to content

Commit 849e50a

Browse files
committed
SiteServiceImplTest: fix formatting.
Should be in 66a5ccd commit. No functional changes.
1 parent 0a876aa commit 849e50a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,9 @@ class SiteServiceImplTest extends Specification {
226226
return true
227227
})
228228
where: userAgent | _
229-
' ' | _
230-
'' | _
231-
null | _
229+
' ' | _
230+
'' | _
231+
null | _
232232
}
233233

234234
//

0 commit comments

Comments
 (0)