Style patches
This commit is contained in:
parent
c9279ab0e7
commit
b9ba05be81
23 changed files with 90 additions and 90 deletions
|
|
@ -17,8 +17,8 @@ foo2 = cn.create(1,2)
|
|||
cn.consume(foo1,foo2)
|
||||
|
||||
bar1 = cn.Bar()
|
||||
bar1:consume( cn.gvar, foo2)
|
||||
bar1:consume(cn.gvar, foo2)
|
||||
foo3 = bar1:create(1,2)
|
||||
|
||||
foo3.a = 6
|
||||
assert( foo3.a == 6 )
|
||||
assert(foo3.a == 6)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue