Skip to content

Commit

Permalink
dotnet format
Browse files Browse the repository at this point in the history
  • Loading branch information
vncoelho committed Sep 2, 2024
1 parent 75300de commit 92cd78a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Neo.Plugins.DBFTPlugin.Tests/UT_ConsensusService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@
// Redistribution and use in source and binary forms with or without
// modifications are permitted.

using Akka.IO;
using Akka.Actor;
using Akka.IO;
using Akka.TestKit;
using Akka.TestKit.Xunit2;
using Xunit;
using FluentAssertions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
Expand All @@ -34,8 +33,9 @@
using System.Linq;
using System.Net;
using System.Numerics;
using System.Text;
using System.Reflection;
using System.Text;
using Xunit;

namespace Neo.Plugins.DBFTPlugin.Tests
{
Expand Down

0 comments on commit 92cd78a

Please sign in to comment.