Browse Source

Removed the unnecessary space

pull/12074/head
malik masis 4 years ago
parent
commit
8675f9d3e1
  1. 2
      docs/en/Distributed-Locking.md

2
docs/en/Distributed-Locking.md

@ -67,7 +67,7 @@ There are two ways to use the distributed locking API: ABP's `IAbpDistributedLoc
**Example: Using the `IAbpDistributedLock.TryAcquireAsync` method**
````csharp
````csharp
using Volo.Abp.DistributedLocking;
namespace AbpDemo

Loading…
Cancel
Save