Skip to content

Commit cc59c27

Browse files
committed
Code cleanup
1 parent edf977f commit cc59c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cluster/DotNext.Net.Cluster/Net/Cluster/Consensus/Raft/PersistentState.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
namespace DotNext.Net.Cluster.Consensus.Raft;
77

88
using Collections.Specialized;
9-
using DotNext.Buffers;
9+
using Buffers;
1010
using IO.Log;
1111
using static IO.DataTransferObject;
1212
using AsyncTrigger = Threading.AsyncTrigger;

0 commit comments

Comments
 (0)