mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-04-19 15:16:41 +00:00
Apply all analysis suggestions
This commit is contained in:
@@ -19,9 +19,6 @@ namespace EightBit
|
||||
|
||||
public AccessLevel Access { get; set; } = access;
|
||||
|
||||
public int Offset(ushort absolute)
|
||||
{
|
||||
return (absolute - Begin) & Mask;
|
||||
}
|
||||
public int Offset(ushort absolute) => (absolute - this.Begin) & this.Mask;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user