Skip to content

Commit 18114c0

Browse files
committed
chore: cargo fmt
1 parent f49d7fe commit 18114c0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • packages/cipherstash-proxy/src/proxy/zerokms

packages/cipherstash-proxy/src/proxy/zerokms/zerokms.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,9 @@ impl EncryptionService for ZeroKms {
178178
.indexes
179179
.iter()
180180
.find(|i| matches!(i.index_type, IndexType::SteVec { .. }))
181-
.map(|index| EqlOperation::Query(&index.index_type, QueryOp::SteVecSelector))
181+
.map(|index| {
182+
EqlOperation::Query(&index.index_type, QueryOp::SteVecSelector)
183+
})
182184
.unwrap_or(EqlOperation::Store),
183185
};
184186

0 commit comments

Comments
 (0)