Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hlbarber committed Jul 10, 2020
1 parent 1ba0455 commit ce7c725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/optional/server.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use tonic::{transport::Server, Request, Response, Status};
use std::env;
use tonic::{transport::Server, Request, Response, Status};

use hello_world::greeter_server::{Greeter, GreeterServer};
use hello_world::{HelloReply, HelloRequest};
Expand Down

0 comments on commit ce7c725

Please sign in to comment.