Nit.
This commit is contained in:
parent
2aff9a3c42
commit
fdc18f7ddd
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ using System.IO;
|
|||
|
||||
namespace ARMeilleure.Translation.AOT
|
||||
{
|
||||
class AotInfo
|
||||
sealed class AotInfo
|
||||
{
|
||||
private readonly BinaryWriter _relocWriter;
|
||||
|
||||
|
@ -42,4 +42,4 @@ namespace ARMeilleure.Translation.AOT
|
|||
RelocStream.Dispose();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue