Improve: Code
This commit is contained in:
parent
cab42ddbc2
commit
7fc5373e22
39009
app/docs/mapping-26.txt
Normal file
39009
app/docs/mapping-26.txt
Normal file
File diff suppressed because it is too large
Load Diff
39047
app/docs/mapping-27.txt
Normal file
39047
app/docs/mapping-27.txt
Normal file
File diff suppressed because it is too large
Load Diff
39109
app/docs/mapping-28.txt
Normal file
39109
app/docs/mapping-28.txt
Normal file
File diff suppressed because it is too large
Load Diff
@ -19,8 +19,7 @@ class CodeGenComponent : NeoComponent {
|
||||
|
||||
fun newGenerator(codeObject: CodeGenObject): ICodeGenerator {
|
||||
val parameter = CodeGenParameter()
|
||||
val generator = codeObject.getCodeGenerator(parameter)
|
||||
return generator
|
||||
return codeObject.getCodeGenerator(parameter)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user