Merge pull request #2118 from AleoHQ/fix/leo-new-default

Fixes comment in file produced by `leo new`
This commit is contained in:
d0cd 2022-10-08 10:47:12 -07:00 committed by GitHub
commit cc39ee2fb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ impl MainFile {
// TODO: Generalize to other networks.
fn template(&self) -> String {
format!(
r#"// The '{}' main function.
r#"// The '{}' program.
program {}.aleo {{
transition main(public a: u32, b: u32) -> u32 {{
let c: u32 = a + b;