Skip to content

Commit e845e06

Browse files
committed
clippy
1 parent 054df16 commit e845e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

icechunk-python/src/repository.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ impl PyRepository {
640640
let config =
641641
config.map(|c| c.try_into().map_err(PyValueError::new_err)).transpose()?;
642642
let authorize_virtual_chunk_access =
643-
authorize_virtual_chunk_access.map(|x| map_credentials(x));
643+
authorize_virtual_chunk_access.map(map_credentials);
644644
pyo3_async_runtimes::tokio::future_into_py(py, async move {
645645
let repository = existing_repository
646646
.read()

0 commit comments

Comments
 (0)