mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-03-15 01:51:03 +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
|
||||
|
||||
func lng58Bug() -> string:
|
||||
status: *string
|
||||
waiting = ():
|
||||
status: *string
|
||||
waiting = ():
|
||||
avava: *string
|
||||
avava <<- "frerf"
|
||||
status <<- "ok"
|
||||
|
||||
waiting()
|
||||
|
||||
waiting()
|
||||
|
||||
<- status!
|
@ -23,7 +23,7 @@ service Op1("op"):
|
||||
array_length(array: []string) -> u32
|
||||
|
||||
func bugLNG63() -> string:
|
||||
res <- returnCanStream()
|
||||
res <- returnCanStream()
|
||||
<- res
|
||||
|
||||
func returnMultipleStreamResults() -> string, []string, []string, []string:
|
||||
|
Loading…
x
Reference in New Issue
Block a user