Skip to content

Commit 271ed17

Browse files
committed
cargo fmt
1 parent a2715a6 commit 271ed17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/optional/server.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
use tonic::{transport::Server, Request, Response, Status};
21
use std::env;
2+
use tonic::{transport::Server, Request, Response, Status};
33

44
use hello_world::greeter_server::{Greeter, GreeterServer};
55
use hello_world::{HelloReply, HelloRequest};

0 commit comments

Comments
 (0)