Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Mar 27, 2024
1 parent 52770fa commit b18e0c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/bh_agent_common/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ pub trait BhAgentService {
async fn stat(env_id: EnvironmentId, path: String) -> Result<FileStat, AgentError>;

// Metadata API
async fn get_metadata(env_id: EnvironmentId, key: String) -> Result<Option<String>, AgentError>;
async fn get_metadata(env_id: EnvironmentId, key: String)
-> Result<Option<String>, AgentError>;

async fn set_metadata(
env_id: EnvironmentId,
Expand Down

0 comments on commit b18e0c7

Please sign in to comment.