Skip to content

Commit

Permalink
Fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jan 24, 2025
1 parent 824f497 commit 7a44cbf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions crates/core/src/proto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,8 @@ impl ProtoEnvironment {
let mut options = config.settings.http.clone();
options.cache_dir = Some(self.store.cache_dir.join("requests"));

let mut loader = PluginLoader::new(
&self.store.plugins_dir,
&self.store.temp_dir.join("plugins"),
);
let mut loader =
PluginLoader::new(&self.store.plugins_dir, self.store.temp_dir.join("plugins"));
loader.set_client_options(&options);
loader.set_offline_checker(is_offline);

Expand Down

0 comments on commit 7a44cbf

Please sign in to comment.