s
This commit is contained in:
@@ -7,9 +7,9 @@ pub struct BuilderFactory {
|
||||
}
|
||||
|
||||
pub fn new() !BuilderFactory {
|
||||
mut c := base.context()!
|
||||
mut bf := BuilderFactory{}
|
||||
return bf
|
||||
_ := base.context()!
|
||||
mut bf := BuilderFactory{}
|
||||
return bf
|
||||
}
|
||||
|
||||
@[params]
|
||||
|
||||
Reference in New Issue
Block a user