Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanGreve committed Aug 30, 2024
1 parent 447e9d8 commit e1c36ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AdvancedSystems.Core/Services/CachingService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public sealed class CachingService : ICachingService
public CachingService(IDistributedCache distributedCache, ISerializationService serializationService)
{
this._distributedCache = distributedCache;
_serializationService = serializationService;
this._serializationService = serializationService;
}

#region Methods
Expand Down

0 comments on commit e1c36ee

Please sign in to comment.