Skip to content

Commit

Permalink
fix fmt error (#9199) (#9201)
Browse files Browse the repository at this point in the history
ref #9087

Signed-off-by: xufei <[email protected]>

Co-authored-by: xufei <[email protected]>
  • Loading branch information
ti-chi-bot and windtalker authored Jul 9, 2024
1 parent 0d7c0ec commit 890086f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbms/src/Flash/Coprocessor/DAGStorageInterpreter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ std::tuple<std::optional<RegionRetryList>, RegionException::RegionReadStatus> Ma
throw TiFlashException(
Errors::Coprocessor::BadRequest,
"Income key ranges is illegal, region_id={} version={} conf_version={} request_range=[{}, "
"{}) region_range=[{}, {}}",
"{}) region_range=[{}, {}]",
r.region_id,
r.region_version,
r.region_conf_version,
Expand Down

0 comments on commit 890086f

Please sign in to comment.