Fix indentation in DefaultStickers
This commit is contained in:
parent
c988fdfee6
commit
6aee89fab1
@ -62,16 +62,16 @@ class DefaultStickerPack {
|
||||
static var packsToAutoInstall: [StickerPackInfo] {
|
||||
all.values.filter {
|
||||
$0.shouldAutoInstall
|
||||
}.map {
|
||||
$0.info
|
||||
}.map {
|
||||
$0.info
|
||||
}
|
||||
}
|
||||
|
||||
static var packsToNotAutoInstall: [StickerPackInfo] {
|
||||
all.values.filter {
|
||||
!$0.shouldAutoInstall
|
||||
}.map {
|
||||
$0.info
|
||||
}.map {
|
||||
$0.info
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user