Whitespace alignment
This commit is contained in:
parent
aa12ac2381
commit
a5758646da
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue