Skip to content

Commit

Permalink
MOD : lockprotector into readonly struct
Browse files Browse the repository at this point in the history
  • Loading branch information
Poltuu committed Oct 22, 2019
1 parent f06539d commit 3a43a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KeySmith/Internals/Locks/LockProtector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace KeySmith.Internals.Locks
{
class LockProtector : IDisposable
readonly struct LockProtector : IDisposable
{
private readonly IScriptLibrary _scriptLibrary;
private readonly LockState _state;
Expand Down

0 comments on commit 3a43a89

Please sign in to comment.