Build again

This commit is contained in:
Julia
2022-09-29 13:16:02 -04:00
parent 7e5d49487b
commit bf3b3da6ed
3 changed files with 8 additions and 9 deletions
+1 -2
View File
@@ -662,10 +662,9 @@ impl Buffer {
self.file = Some(new_file);
task
}
pub fn update_git(&mut self, cx: &mut ModelContext<Self>) {
//Grab head text
self.git_diff_recalc(cx);
}