Skip to content

Commit 6a4fc07

Browse files
committed
fmt
Signed-off-by: Eren Atas <[email protected]>
1 parent 2184d6b commit 6a4fc07

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

crates/flagd/src/resolver/in_process/resolver/file.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ impl FileResolver {
9090
if let Some(value) = value_converter(&json_value) {
9191
return Ok(ResolutionDetails::new(value));
9292
}
93+
}
9394

9495
let query_result = self.store.get_flag(flag_key).await;
9596

crates/flagd/src/resolver/rpc.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ impl RpcResolver {
171171
std::str::FromStr::from_str(&format!("http://{}", authority_str))?;
172172
endpoint = endpoint.origin(authority_uri);
173173
}
174+
}
174175

175176
let channel = endpoint
176177
.timeout(Duration::from_millis(options.deadline_ms as u64))

0 commit comments

Comments
 (0)