Minor formatting changes

This commit is contained in:
chromapid 2021-12-21 00:22:05 -07:00
parent ad16df32d7
commit 434abb0fb1
2 changed files with 0 additions and 3 deletions

View File

@ -126,7 +126,6 @@ public class Operand {
} }
} }
/** /**
* Attempt to parse a register * Attempt to parse a register
* *

View File

@ -203,8 +203,6 @@ public class TokenParser {
} }
} }
public enum ParseContext { public enum ParseContext {
TackOn, Value TackOn, Value
} }