Skip to content

Commit b957f98

Browse files
committed
updated karma response to use : rather than -
1 parent 1533665 commit b957f98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/Camille/Configs/Configs+KarmaService.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ extension Configs {
77
textDistanceThreshold: 4,
88
allowedBufferCharacters: [" ", ":"],
99
positiveMessage: { user, total in
10-
return ["\(user.name) you rock! - \(total)"]
10+
return ["\(user.name) you rock!: \(total)"]
1111
},
1212
negativeMessage: { user, total in
13-
return ["Boooo \(user.name)! - \(total)"]
13+
return ["Boooo \(user.name)!: \(total)"]
1414
}
1515
)
1616
}

0 commit comments

Comments
 (0)