Skip to content

Commit 2a52c1c

Browse files
committed
address comment
Signed-off-by: Jay Lee <[email protected]>
1 parent 4840162 commit 2a52c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const LOG_FILE: &str = "GRPCIO_BENCHMARK_LOG_FILE";
2424
struct WorkerCli {
2525
/// The port the worker should listen on. For example, 8080
2626
#[arg(long)]
27-
deriver_port: Option<u16>,
27+
driver_port: Option<u16>,
2828
}
2929

3030
fn main() {

0 commit comments

Comments
 (0)