fmt

Mikayla Maki created

Change summary

crates/editor/src/editor.rs | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

Detailed changes

crates/editor/src/editor.rs 🔗

@@ -527,8 +527,7 @@ pub struct EditorSnapshot {
 
 impl EditorSnapshot {
     fn has_scrollbar_info(&self, is_singleton: bool) -> bool {
-        is_singleton && self.buffer_snapshot
-            .has_git_diffs()
+        is_singleton && self.buffer_snapshot.has_git_diffs()
     }
 }