Skip to content

Commit caa183f

Browse files
committed
cargo fmt
1 parent 5c25152 commit caa183f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/config.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2102,7 +2102,9 @@ mod placeholder_key_tests {
21022102

21032103
#[test]
21042104
fn rejects_placeholder_keyword() {
2105-
assert!(provider_with_key("my_placeholder_key").resolve_api_key().is_err());
2105+
assert!(provider_with_key("my_placeholder_key")
2106+
.resolve_api_key()
2107+
.is_err());
21062108
}
21072109

21082110
#[test]

0 commit comments

Comments
 (0)