mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
lint
sorry, haskell slipping through.
This commit is contained in:
parent
3f8199f1cd
commit
c42f89277c
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ public class CollectionStorage : IReadOnlyList<ModCollection>, IDisposable, ISer
|
|||
/// <remarks> Starts at 1 because the empty collection gets Zero. </remarks>
|
||||
public LocalCollectionId CurrentCollectionId => new(_currentCollectionIdValue);
|
||||
|
||||
private LocalCollectionId AllocateNextId ()
|
||||
private LocalCollectionId AllocateNextId()
|
||||
{
|
||||
var newLocalId = new LocalCollectionId(_currentCollectionIdValue);
|
||||
Interlocked.Increment(ref _currentCollectionIdValue);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue