style, prefer always semicolon on last statement of the block

This commit is contained in:
Basile Burg 2018-07-03 10:53:29 +02:00
parent 38e4e41abb
commit 3059dc36e7
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@ begin
else
begin
pName := '';
pVersion := ''
pVersion := '';
end;
frm.Free;
end;