Add missing semicolon in PDA section (#98)

This commit is contained in:
Hiroyuki Kumazawa 2024-02-06 15:26:25 +09:00 committed by GitHub
parent d07664557f
commit 15edcaeba8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ pub mod game {
panic!();
}
user_stats.name = name;
user_stats.bump = ctx.bumps.user_stats
user_stats.bump = ctx.bumps.user_stats;
Ok(())
}
}