Skip to content

Commit

Permalink
code tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
BazzaCuda committed May 22, 2024
1 parent 3f8d525 commit 3892068
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions formReleaseNotes.pas
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
interface

uses
Winapi.Windows, Winapi.Messages,
System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, vcl.stdCtrls,
winApi.windows, winApi.messages,
system.classes, system.sysUtils, system.variants,
vcl.controls, vcl.dialogs, vcl.extCtrls, vcl.forms, vcl.graphics, vcl.stdCtrls,
HTMLUn2, HtmlView, MarkDownViewerComponents,
strUtils, Vcl.ExtCtrls;
strUtils;

type
TReleaseNotesForm = class(TForm)
Expand Down

0 comments on commit 3892068

Please sign in to comment.