Whitespace alignment

This commit is contained in:
XANTRONIX 2025-03-13 14:11:44 -04:00
parent aa12ac2381
commit a5758646da

View file

@ -169,11 +169,11 @@ class SkewTGraph():
cr.stroke() cr.stroke()
def draw_sounding(self, def draw_sounding(self,
cr: cairo.Context, cr: cairo.Context,
x: float, x: float,
y: float, y: float,
sounding: Sounding, sounding: Sounding,
fn: Callable): fn: Callable):
cr.save() cr.save()
first = True first = True