Skip to content

Commit

Permalink
Update src/datanode/src/region_server.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Yingwen <[email protected]>
  • Loading branch information
lyang24 and evenyag authored Sep 24, 2024
1 parent 4d18291 commit a3db4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datanode/src/region_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ impl RegionServer {
.await

Check warning on line 206 in src/datanode/src/region_server.rs

View workflow job for this annotation

GitHub Actions / Rustfmt

Diff in /home/runner/work/greptimedb/greptimedb/src/datanode/src/region_server.rs
.context(DecodeLogicalPlanSnafu)?;

let res = self
self
.inner
.handle_read(QueryRequest {
header: request.header,
Expand Down

0 comments on commit a3db4db

Please sign in to comment.