mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-19 14:27:45 +01:00
fix errors/warnings
This commit is contained in:
parent
452305be1d
commit
28ff62e488
23 changed files with 351 additions and 335 deletions
|
|
@ -1,17 +1,14 @@
|
|||
using System.Collections.Concurrent;
|
||||
using System.Globalization;
|
||||
|
||||
using Dalamud.Game.MarketBoard;
|
||||
using Dalamud.Game.Network.Structures;
|
||||
using Dalamud.Interface.Utility;
|
||||
using Dalamud.Interface.Utility.Raii;
|
||||
|
||||
using ImGuiNET;
|
||||
|
||||
namespace Dalamud.Interface.Internal.Windows.Data.Widgets;
|
||||
|
||||
using System.Globalization;
|
||||
|
||||
using Game.MarketBoard;
|
||||
using Game.Network.Structures;
|
||||
|
||||
/// <summary>
|
||||
/// Widget to display market board events.
|
||||
/// </summary>
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ using Dalamud.Interface.Colors;
|
|||
using Dalamud.Interface.Components;
|
||||
using Dalamud.Interface.ImGuiNotification;
|
||||
using Dalamud.Interface.ImGuiNotification.Internal;
|
||||
using Dalamud.Interface.Internal.DesignSystem;
|
||||
using Dalamud.Interface.Utility;
|
||||
using Dalamud.Interface.Utility.Raii;
|
||||
using Dalamud.Plugin.Internal;
|
||||
|
|
|
|||
|
|
@ -1,15 +1,14 @@
|
|||
namespace Dalamud.Interface.Internal.Windows.SelfTest.AgingSteps;
|
||||
|
||||
using System.Globalization;
|
||||
using System.Globalization;
|
||||
using System.Linq;
|
||||
|
||||
using Game.MarketBoard;
|
||||
using Game.Network.Structures;
|
||||
|
||||
using Dalamud.Game.MarketBoard;
|
||||
using Dalamud.Game.Network.Structures;
|
||||
using ImGuiNET;
|
||||
|
||||
namespace Dalamud.Interface.Internal.Windows.SelfTest.AgingSteps;
|
||||
|
||||
/// <summary>
|
||||
/// Tests the various market board events
|
||||
/// Tests the various market board events.
|
||||
/// </summary>
|
||||
internal class MarketBoardAgingStep : IAgingStep
|
||||
{
|
||||
|
|
@ -182,6 +181,7 @@ internal class MarketBoardAgingStep : IAgingStep
|
|||
return SelfTestStepResult.Fail;
|
||||
}
|
||||
}
|
||||
|
||||
break;
|
||||
case SubStep.Done:
|
||||
return SelfTestStepResult.Pass;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue