Add newline
This commit is contained in:
parent
f2af3f96f7
commit
e3055ef168
@ -2,4 +2,5 @@ contract Test =
|
||||
entrypoint f() = ()
|
||||
entrypoint g(x : int, y : string) = f(1)
|
||||
entrypoint h() = g(1)
|
||||
entrypoint i() = g("Litwo, ojczyzno moja")
|
||||
entrypoint i() = g("Litwo, ojczyzno moja")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user