Skip to content

Commit

Permalink
please our overload, the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
assafvayner committed Sep 24, 2024
1 parent f874ce0 commit 98d9286
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cas_client/src/remote_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ use serde::{de::DeserializeOwned, Serialize};
use bytes::Bytes;
use cas_object::CasObject;
use cas_types::CASReconstructionTerm;
use tracing::{info, warn};
use tracing::{debug, warn};

use crate::{error::Result, CasClientError};

use merklehash::MerkleHash;
use tracing::debug;

use crate::Client;
pub const CAS_ENDPOINT: &str = "http://localhost:8080";
Expand Down

0 comments on commit 98d9286

Please sign in to comment.