Format
This commit is contained in:
@@ -10,6 +10,6 @@ function null_node_create(arg: any): null_node_t {
|
||||
return n;
|
||||
}
|
||||
|
||||
function null_node_get(self: null_node_t, from: i32): any {
|
||||
function null_node_get(self: null_node_t, from: i32): logic_node_value_t {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user