Skip to content

Commit

Permalink
chore(fmt): fix format timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Dec 29, 2023
1 parent df7e653 commit 7dc9f04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/page.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ use futures::{stream, SinkExt, StreamExt};

use chromiumoxide_cdp::cdp::browser_protocol::dom::*;
use chromiumoxide_cdp::cdp::browser_protocol::emulation::{
MediaFeature, SetEmulatedMediaParams, SetTimezoneOverrideParams,
SetLocaleOverrideParams, SetGeolocationOverrideParams,
MediaFeature, SetEmulatedMediaParams, SetGeolocationOverrideParams, SetLocaleOverrideParams,
SetTimezoneOverrideParams,
};
use chromiumoxide_cdp::cdp::browser_protocol::network::{
Cookie, CookieParam, DeleteCookiesParams, GetCookiesParams, SetCookiesParams,
Expand Down

0 comments on commit 7dc9f04

Please sign in to comment.