Skip to content

Commit 86e36e0

Browse files
committed
style: fix cargo fmt violation in openai.rs
Assisted-by: Claude (claude-opus-4-6) Signed-off-by: derekbarbosa <derekasobrab@gmail.com>
1 parent ce48b48 commit 86e36e0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/ai/openai.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1227,7 +1227,9 @@ mod tests {
12271227
);
12281228
// Test arbitrary deep nested paths that shouldn't be accepted
12291229
assert_eq!(
1230-
OpenAiCompatClient::normalize_base_url("http://localhost:1234/v1/v1v1/text/completions"),
1230+
OpenAiCompatClient::normalize_base_url(
1231+
"http://localhost:1234/v1/v1v1/text/completions"
1232+
),
12311233
""
12321234
);
12331235
// Test strings completely lacking a valid protocol scheme format

0 commit comments

Comments
 (0)