From 1a50bdfe12aa1d5645e5b3247d448207f66f767b Mon Sep 17 00:00:00 2001 From: kamalbuilds Date: Mon, 25 Aug 2025 15:15:01 +0530 Subject: [PATCH] rm all changes in this file --- crates/storage/storage-api/src/database_provider.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/storage/storage-api/src/database_provider.rs b/crates/storage/storage-api/src/database_provider.rs index a4c734677..90322ea5a 100644 --- a/crates/storage/storage-api/src/database_provider.rs +++ b/crates/storage/storage-api/src/database_provider.rs @@ -171,4 +171,4 @@ fn range_size_hint(range: &impl RangeBounds) -> Option { Bound::Unbounded => return None, }; end.checked_sub(start).map(|x| x as _) -} +} \ No newline at end of file