mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 09:22:55 +00:00
clippy
This commit is contained in:
@@ -168,7 +168,7 @@ impl TimelineUninitMark {
|
||||
.write(true)
|
||||
.open(&uninit_mark_path)
|
||||
.context("create uninit mark file")?;
|
||||
crashsafe::fsync_file_and_parent(&common_parent).context("fsync uninit mark file")?;
|
||||
crashsafe::fsync_file_and_parent(common_parent).context("fsync uninit mark file")?;
|
||||
|
||||
Ok(Self {
|
||||
uninit_mark_deleted: false,
|
||||
|
||||
Reference in New Issue
Block a user