Skip to content

Commit

Permalink
fix fmt error (pingcap#314)
Browse files Browse the repository at this point in the history
Signed-off-by: yongman <[email protected]>
  • Loading branch information
yongman authored Nov 12, 2024
1 parent 2ac544f commit 338ca74
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 338ca74

Please sign in to comment.