Skip to content

Commit b428b5c

Browse files
author
ochafik
committed
rm spaces
1 parent 449917b commit b428b5c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

common/chat-parser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ void common_chat_msg_parser::finish() {
8888
}
8989
}
9090

91-
[[noreturn]]
91+
[[noreturn]]
9292
void common_chat_msg_parser::incomplete(const std::string & message) {
9393
if (is_partial_) {
9494
finish();

common/chat-parser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class common_chat_msg_parser {
6363

6464
void finish();
6565

66-
[[noreturn]]
66+
[[noreturn]]
6767
void incomplete(const std::string & message);
6868

6969
bool consume_spaces();

common/chat.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ static void parse_json_tool_calls(
592592
builder.consume_regex(close_regex);
593593
}
594594
continue;
595-
}
595+
}
596596
if (maybe_raw_python) {
597597
auto code = builder.consume_rest();
598598
std::string arguments;

0 commit comments

Comments
 (0)