Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Commit

Permalink
fix(examples): unwrap client result
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
  • Loading branch information
leodido authored and poiana committed Jan 14, 2020
1 parent 8fe3c85 commit 84a8c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/outputs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fn main() {
);

// gRPC client
let client = Client::new(config);
let client = Client::new(config).unwrap();

// Output request
// Keepalive true means that the client will wait indefinitely for new events to come
Expand Down

0 comments on commit 84a8c3a

Please sign in to comment.