mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-01-17 16:07:11 +01:00
Run rustfmt
This commit is contained in:
@@ -164,7 +164,10 @@ pub mod tests {
|
||||
use serde_json as json;
|
||||
match json::from_str::<ConsoleApplicationSecret>(SECRET) {
|
||||
Ok(s) => assert!(s.installed.is_some() && s.web.is_none()),
|
||||
Err(err) => panic!("Encountered error parsing ConsoleApplicationSecret: {}", err),
|
||||
Err(err) => panic!(
|
||||
"Encountered error parsing ConsoleApplicationSecret: {}",
|
||||
err
|
||||
),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user