We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f17793 commit 9caf9e6Copy full SHA for 9caf9e6
client/crates/types/build.rs
@@ -32,10 +32,9 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
32
return Ok(());
33
}
34
// Otherwise, this is a real error
35
- return Err(format!(
36
- "Proto files not found and no pre-generated files available: {e}"
37
- )
38
- .into());
+ return Err(
+ format!("Proto files not found and no pre-generated files available: {e}").into(),
+ );
39
40
};
41
0 commit comments