Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kayagokalp committed Jan 12, 2024
1 parent 6b00b6c commit d26334a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion forc-plugins/forc-client/src/util/target.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
use crate::constants::{BETA_2_ENDPOINT_URL, BETA_3_ENDPOINT_URL, BETA_4_ENDPOINT_URL, NODE_URL, BETA_5_ENDPOINT_URL};
use crate::constants::{
BETA_2_ENDPOINT_URL, BETA_3_ENDPOINT_URL, BETA_4_ENDPOINT_URL, BETA_5_ENDPOINT_URL, NODE_URL,
};
use anyhow::{bail, Result};
use serde::{Deserialize, Serialize};
use std::str::FromStr;
Expand Down

0 comments on commit d26334a

Please sign in to comment.