Skip to content

Commit f1b7e46

Browse files
committed
Whitespace
1 parent 50f7179 commit f1b7e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/chat.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2071,7 +2071,7 @@ static void purge_healing_marker(json & json_obj, const std::string & healing_ma
20712071
if (json_obj.contains(healing_marker)) {
20722072
json_obj.erase(healing_marker);
20732073
}
2074-
2074+
20752075
// Remove healing marker if it's a value
20762076
for (auto it = json_obj.begin(); it != json_obj.end();) {
20772077
if (it.value().is_string() && it.value() == healing_marker) {

0 commit comments

Comments
 (0)