Skip to content

Commit 6c3f404

Browse files
committed
nit spaces
1 parent 6f8c7aa commit 6c3f404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/chat-parser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ std::optional<common_chat_msg_parser::find_regex_result> common_chat_msg_parser:
177177
}
178178
auto prelude = input_.substr(pos_, m.groups[0].begin - pos_);
179179
pos_ = m.groups[0].end;
180-
180+
181181
if (add_prelude_to_content) {
182182
add_content(prelude);
183183
}

0 commit comments

Comments
 (0)