don't format generated code in tonic-health (#501)
This commit is contained in:
@@ -2,7 +2,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
tonic_build::configure()
|
||||
.build_server(true)
|
||||
.build_client(false)
|
||||
.format(true)
|
||||
.format(false)
|
||||
.compile(&["proto/health.proto"], &["proto/"])?;
|
||||
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user