From affd1485256de30bd9254e5ebe7d74b94588c49a Mon Sep 17 00:00:00 2001 From: Lucio Franco Date: Sun, 1 Sep 2019 13:09:39 -0400 Subject: [PATCH] Rename project and fmt --- .github/workflows/rust.yml | 2 +- tonic-interop/src/bin/client.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 1f6ec51..661fe2d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -1,4 +1,4 @@ -name: Test Rust project +name: Tonic gRPC on: [push] jobs: test: diff --git a/tonic-interop/src/bin/client.rs b/tonic-interop/src/bin/client.rs index de862f6..cfed23f 100644 --- a/tonic-interop/src/bin/client.rs +++ b/tonic-interop/src/bin/client.rs @@ -1,6 +1,6 @@ use structopt::{clap::arg_enum, StructOpt}; -use tonic_interop::client; use tonic::transport::Channel; +use tonic_interop::client; #[derive(StructOpt)] struct Opts {