Skip to content

Commit 798372f

Browse files
committed
update examples
1 parent d316429 commit 798372f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/base_url.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ async fn main() -> Result<(), rquest::Error> {
55
tracing_subscriber::fmt()
66
.with_max_level(tracing::Level::TRACE)
77
.init();
8-
8+
99
// Build a client to impersonate Edge131
1010
let mut client = Client::builder()
1111
.impersonate(Impersonate::Edge131)

0 commit comments

Comments
 (0)