mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-04-25 13:32:31 +00:00
feat(parser): Fix indentation in examples (#77)
This commit is contained in:
parent
e3cc2bc230
commit
5d44fcb018
@ -62,12 +62,12 @@ func closureBig(peer1: string, peer2: string) -> string, string:
|
|||||||
<- p, p2Id
|
<- p, p2Id
|
||||||
|
|
||||||
func lng58Bug() -> string:
|
func lng58Bug() -> string:
|
||||||
status: *string
|
status: *string
|
||||||
waiting = ():
|
waiting = ():
|
||||||
avava: *string
|
avava: *string
|
||||||
avava <<- "frerf"
|
avava <<- "frerf"
|
||||||
status <<- "ok"
|
status <<- "ok"
|
||||||
|
|
||||||
waiting()
|
waiting()
|
||||||
|
|
||||||
<- status!
|
<- status!
|
@ -23,7 +23,7 @@ service Op1("op"):
|
|||||||
array_length(array: []string) -> u32
|
array_length(array: []string) -> u32
|
||||||
|
|
||||||
func bugLNG63() -> string:
|
func bugLNG63() -> string:
|
||||||
res <- returnCanStream()
|
res <- returnCanStream()
|
||||||
<- res
|
<- res
|
||||||
|
|
||||||
func returnMultipleStreamResults() -> string, []string, []string, []string:
|
func returnMultipleStreamResults() -> string, []string, []string, []string:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user