Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
und - Fixed build failures
Browse files Browse the repository at this point in the history
---

Type: und
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Jan 22, 2024
1 parent 6a9c104 commit a65592a
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
using Spectre.Console;
using Spectre.Console.Cli;
using Spectre.IO;
using TermInfo;
using Terminaux.TermInfo;
using SpectreEnvironment = Spectre.IO.Environment;

namespace Generator.Commands
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using Spectre.Console;
using Spectre.Console.Cli;
using Terminaux.TermInfo;
using TermInfo;

namespace Generator.Commands
{
Expand Down
1 change: 0 additions & 1 deletion src/Terminaux.TermInfo.Tests/TermInfoDataTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

using Shouldly;
using Terminaux.TermInfo.Tests.Utilities;
using TermInfo;
using Xunit;

namespace Terminaux.TermInfo.Tests
Expand Down
1 change: 0 additions & 1 deletion src/Terminaux.TermInfo/Parsing/TermInfoParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
using System.IO;
using System.Text;
using Terminaux.TermInfo.Extensions;
using TermInfo;

namespace Terminaux.TermInfo.Parsing
{
Expand Down
1 change: 0 additions & 1 deletion src/Terminaux.TermInfo/TermInfoLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
using System.Runtime.InteropServices;
using Terminaux.TermInfo.Extensions;
using Terminaux.TermInfo.Parsing;
using TermInfo;

namespace Terminaux.TermInfo
{
Expand Down

0 comments on commit a65592a

Please sign in to comment.