Skip to content

Commit

Permalink
Merge pull request #161 newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
rekby authored Nov 11, 2023
2 parents 1c0a8b3 + 2195581 commit 6edd80e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ydb/src/grpc_wrapper/raw_table_service/query_stats.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ impl From<RawQueryStatMode> for ydb_grpc::ydb_proto::table::query_stats_collecti
RawQueryStatMode::Profile => grpcMode::StatsCollectionProfile,
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ fn convert_ydb_raw_grpc()->RawResult<()>{
}

Ok(())
}
}

0 comments on commit 6edd80e

Please sign in to comment.