Skip to content

Commit 830d56e

Browse files
committed
Fix missing closing bracket.
1 parent 09ed83d commit 830d56e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/sys/unix/fs.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -847,6 +847,7 @@ impl File {
847847
unsafe fn os_datasync(fd: c_int) -> c_int {
848848
libc::fsync(fd)
849849
}
850+
}
850851

851852
#[cfg(target_os = "freertos")]
852853
pub fn truncate(&self, _size: u64) -> io::Result<()> {

0 commit comments

Comments
 (0)