Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit a1195c7

Browse files
committed
Formatting
1 parent 151fc25 commit a1195c7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

ElixirWeb.iss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,10 @@ begin
399399
'', 0, True, True, Ref
400400
);
401401
end;
402-
GlobalPageSelInstallType.CheckListBox.AddRadioButton('Select another release to install', '', 0, False, True, nil);
402+
GlobalPageSelInstallType.CheckListBox.AddRadioButton(
403+
'Select another release to install',
404+
'', 0, False, True, nil
405+
);
403406
end;
404407
405408
function InitializeSetup(): Boolean;
@@ -426,4 +429,4 @@ function ConstGetErlangName32(Param: String): String; begin Result := GlobalErla
426429
function ConstGetErlangName64(Param: String): String; begin Result := GlobalErlangData.Name64; end;
427430
function ConstGetErlangExe32(Param: String): String; begin Result := GlobalErlangData.Exe32; end;
428431
function ConstGetErlangExe64(Param: String): String; begin Result := GlobalErlangData.Exe64; end;
429-
function ConstGetSelectedReleaseVersion(Param: String): String; begin Result := CacheSelectedRelease.Version; end;
432+
function ConstGetSelectedReleaseVersion(Param: String): String; begin Result := CacheSelectedRelease.Version; end;

0 commit comments

Comments
 (0)