format: 修正VirtualMachineCodeGenerator生成的代码的格式化问题

pull/30/head
walon 2025-10-16 22:39:04 +08:00
parent c9ea564544
commit 4bdf21349c
3 changed files with 6 additions and 8 deletions

View File

@ -82,8 +82,7 @@ namespace Obfuz.EncryptionVM
}
lines.Add(@"
default:
throw new System.Exception($""Invalid opCode:{opCode}"");
default: throw new System.Exception($""Invalid opCode:{opCode}"");
}
}");
}
@ -106,8 +105,7 @@ namespace Obfuz.EncryptionVM
}
lines.Add(@"
default:
throw new System.Exception($""Invalid opCode:{opCode}"");
default: throw new System.Exception($""Invalid opCode:{opCode}"");
}
}");
}