format: 修正VirtualMachineCodeGenerator生成的代码的格式化问题
parent
c9ea564544
commit
4bdf21349c
|
|
@ -82,8 +82,7 @@ namespace Obfuz.EncryptionVM
|
||||||
}
|
}
|
||||||
|
|
||||||
lines.Add(@"
|
lines.Add(@"
|
||||||
default:
|
default: throw new System.Exception($""Invalid opCode:{opCode}"");
|
||||||
throw new System.Exception($""Invalid opCode:{opCode}"");
|
|
||||||
}
|
}
|
||||||
}");
|
}");
|
||||||
}
|
}
|
||||||
|
|
@ -106,8 +105,7 @@ namespace Obfuz.EncryptionVM
|
||||||
}
|
}
|
||||||
|
|
||||||
lines.Add(@"
|
lines.Add(@"
|
||||||
default:
|
default: throw new System.Exception($""Invalid opCode:{opCode}"");
|
||||||
throw new System.Exception($""Invalid opCode:{opCode}"");
|
|
||||||
}
|
}
|
||||||
}");
|
}");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue