Skip to content

Commit 04740f3

Browse files
committed
Fix Formatting
1 parent 2474104 commit 04740f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datafusion/execution/src/cache/cache_unit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ impl DefaultFileStatisticsCacheState {
103103
let entry_size = value.heap_size();
104104

105105
if entry_size + key_size > self.memory_limit {
106-
// Remove potential stale entry
106+
// Remove potential stale entry
107107
self.remove(key);
108108
return None;
109109
}

0 commit comments

Comments
 (0)