Skip to content

Commit 7408a66

Browse files
committed
style: add white spaces where needed and remove trailing tabs.
This change is needed in order to simplify automated porting of tests. Part of 1246
1 parent 2cae593 commit 7408a66

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/test/groovy/ru/mystamps/web/feature/series/LegacySeriesServiceImplTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ class LegacySeriesServiceImplTest extends Specification {
758758
result.createdBy == expectedInfo.createdBy
759759

760760
result.imageIds == expectedImageIds
761-
761+
762762
result.michel?.numbers == expectedMichelNumbers
763763
result.michel?.price == expectedInfo.michelPrice
764764

src/test/groovy/ru/mystamps/web/feature/series/importing/LegacySeriesImportServiceImplTest.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,6 @@ class LegacySeriesImportServiceImplTest extends Specification {
329329
assert status?.newStatus == expectedNewStatus
330330
return true
331331
})
332-
333332
}
334333

335334
//

src/test/groovy/ru/mystamps/web/feature/site/LegacyCronServiceImplTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ class LegacyCronServiceImplTest extends Specification {
231231
def "purgeUsersActivations() should do nothing if no activations"() {
232232
given:
233233
usersActivationService.findOlderThan(_ as Integer) >> []
234-
when:
234+
when:
235235
service.purgeUsersActivations()
236236
then:
237237
0 * usersActivationService.remove(_ as String)

0 commit comments

Comments
 (0)