We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa17664 commit 21ba38fCopy full SHA for 21ba38f
Sources/SKCore/IndexTaskID.swift
@@ -19,7 +19,7 @@ public enum IndexTaskID: Sendable {
19
case updateIndexStore(id: UInt32)
20
21
private static func numberToEmojis(_ number: Int, numEmojis: Int) -> String {
22
- let emojis = ["🟥", "🟩", "🟦", "🟧", "⬜️", "🟪", "⬛️", "🟨", "🟫"]
+ let emojis = ["🟥", "🟩", "🟦", "⬜️", "🟪", "⬛️", "🟨", "🟫"]
23
var number = abs(number)
24
var result = ""
25
for _ in 0..<numEmojis {
0 commit comments