mirror of https://gitlab.com/basile.b/dexed.git
style, prefer always semicolon on last statement of the block
This commit is contained in:
parent
38e4e41abb
commit
3059dc36e7
|
@ -441,7 +441,7 @@ begin
|
||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
pName := '';
|
pName := '';
|
||||||
pVersion := ''
|
pVersion := '';
|
||||||
end;
|
end;
|
||||||
frm.Free;
|
frm.Free;
|
||||||
end;
|
end;
|
||||||
|
|
Loading…
Reference in New Issue