Add newline

This commit is contained in:
Radosław Rowicki 2020-02-20 15:51:49 +01:00 committed by GitHub
parent f2af3f96f7
commit e3055ef168
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")