mirror of
https://github.com/neondatabase/neon.git
synced 2026-06-05 06:20:37 +00:00
Fix clippy error
This commit is contained in:
@@ -1239,7 +1239,7 @@ impl LayeredTimeline {
|
||||
let layer_rc: Arc<InMemoryLayer> = Arc::new(layer);
|
||||
layers.insert_open(Arc::clone(&layer_rc));
|
||||
|
||||
return Ok(layer_rc);
|
||||
Ok(layer_rc)
|
||||
}
|
||||
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user