Skip to content

Commit

Permalink
Fix using IsNullOrEmpty from Microsoft.IdentityModel.Tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
iwebcas committed Jul 11, 2024
1 parent e149061 commit 38e4c9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 2 additions & 3 deletions clio/Command/CreateTestProjectCommand.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Clio.Common;
using Clio.Workspaces;
using CommandLine;
using FluentValidation;
using FluentValidation.Results;
using Microsoft.IdentityModel.Tokens;
using Terrasoft.Common;


namespace Clio.Command;

Expand Down
4 changes: 1 addition & 3 deletions clio/Command/ListenCommand.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
using System;
using System.ComponentModel;
using System.Net;
using System.Net.WebSockets;
using System.Threading;
using Clio.Common;
using CommandLine;
using Creatio.Client.Dto;
using System.Text.Json;
using Microsoft.IdentityModel.Tokens;
using Terrasoft.Common;

namespace Clio.Command;

Expand Down

0 comments on commit 38e4c9f

Please sign in to comment.