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()
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue