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
|
||||
begin
|
||||
pName := '';
|
||||
pVersion := ''
|
||||
pVersion := '';
|
||||
end;
|
||||
frm.Free;
|
||||
end;
|
||||
|
|
Loading…
Reference in New Issue