Skip to content

Commit

Permalink
Update DataLogger.pas
Browse files Browse the repository at this point in the history
  • Loading branch information
dliocode committed Sep 16, 2022
1 parent c825422 commit 6d16832
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Core/DataLogger.pas
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ interface

uses
DataLogger.Provider, DataLogger.Types, DataLogger.Utils,
System.Classes, System.SyncObjs, System.Generics.Collections, System.SysUtils, System.JSON,
System.DateUtils;
System.Classes, System.SyncObjs, System.Generics.Collections, System.SysUtils, System.JSON, System.DateUtils;

type
TLoggerItem = DataLogger.Types.TLoggerItem;
Expand Down

0 comments on commit 6d16832

Please sign in to comment.