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()
def draw_sounding(self,
cr: cairo.Context,
x: float,
y: float,
sounding: Sounding,
fn: Callable):
cr: cairo.Context,
x: float,
y: float,
sounding: Sounding,
fn: Callable):
cr.save()
first = True