From e80242c14066c8734ad00b4b015b3a54a4689463 Mon Sep 17 00:00:00 2001 From: yrp Date: Sun, 25 Apr 2021 11:08:38 -0700 Subject: rust: fmt --- rust/src/filemetadata.rs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'rust/src') diff --git a/rust/src/filemetadata.rs b/rust/src/filemetadata.rs index 5f0be581..fa7d65e1 100644 --- a/rust/src/filemetadata.rs +++ b/rust/src/filemetadata.rs @@ -112,12 +112,7 @@ impl FileMetadata { pub fn is_database_backed(&self, view_type: S) -> bool { let view_type = view_type.as_bytes_with_nul(); - unsafe { - BNIsBackedByDatabase( - self.handle, - view_type.as_ref().as_ptr() as *const _ - ) - } + unsafe { BNIsBackedByDatabase(self.handle, view_type.as_ref().as_ptr() as *const _) } } pub fn begin_undo_actions(&self) { -- cgit v1.3.1