Skip to content

Commit 8f6508e

Browse files
committed
fix: fmt
1 parent ca6226e commit 8f6508e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

libdd-remote-config/src/fetch/fetcher.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ impl ConfigProductCapabilities {
121121
}
122122

123123
pub struct ConfigFetcherState<S, C: HttpClientCapability> {
124-
pub(in crate::fetch) target_files_by_path: Mutex<HashMap<Arc<RemoteConfigPath>, StoredTargetFile<S>>>,
124+
pub(in crate::fetch) target_files_by_path:
125+
Mutex<HashMap<Arc<RemoteConfigPath>, StoredTargetFile<S>>>,
125126
pub invariants: ConfigInvariants,
126127
endpoint: Endpoint,
127128
pub expire_unused_files: bool,

0 commit comments

Comments
 (0)