moved code action indicator to the left

This commit is contained in:
Mikayla Maki 2023-02-26 17:08:11 -08:00
parent cb3e873a67
commit 2036fc48b5
2 changed files with 1 additions and 2 deletions

View file

@ -801,7 +801,6 @@ impl DisplayRow {
}
}
// Force users to think about the display map when using this type
pub fn start(&self) -> DisplayPoint {
DisplayPoint::new(self.0, 0)
}