autoformat

This commit is contained in:
Robert Marsh
2019-10-18 12:15:21 -07:00
parent 8905159de7
commit bea9a1cbb2
2 changed files with 0 additions and 2 deletions

View File

@@ -182,7 +182,6 @@ module Opcode {
final override string toString() { result = "InitializeIndirection" }
}
class InitializeThis extends Opcode, TInitializeThis {
final override string toString() { result = "InitializeThis" }
}