We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! Now after formatting I have:
send(SendParameters{to: to, value: ton("0.01"), body: "Hello from Tact!".asComment() } );
But It would be better:
send(SendParameters { //space before curly brace and param at new line to: to, value: ton("0.01"), body: "Hello from Tact!".asComment() } );
The text was updated successfully, but these errors were encountered:
P.S. Join this repo to https://github.com/alefmanvladimir/HACK-TON-BERFEST-2023#-how-to-join-with-your-project
Sorry, something went wrong.
tact-lang#11
374b14f
4387230
Thank you for the contribution!
fixed on v1.0.8
No branches or pull requests
Hi!
Now after formatting I have:
But It would be better:
The text was updated successfully, but these errors were encountered: