Skip to content

Commit a7982ea

Browse files
DragonFivemaxiaolong.maxwell
authored andcommitted
style(rec): fix clang-format on docs support branch.
1 parent f7f3a22 commit a7982ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

xllm/core/util/utils.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,7 @@ torch::ScalarType convert_rec_type_to_torch(proto::DataType data_type) {
172172
return torch::kInt16;
173173

174174
default:
175-
LOG(FATAL) << "Unsupported data type: "
176-
<< static_cast<int>(data_type);
175+
LOG(FATAL) << "Unsupported data type: " << static_cast<int>(data_type);
177176
}
178177
}
179178

0 commit comments

Comments
 (0)