diff --git a/packages/src/constants.cairo b/packages/src/constants.cairo index 2cf966e..14b3428 100644 --- a/packages/src/constants.cairo +++ b/packages/src/constants.cairo @@ -3,4 +3,4 @@ pub const MAX_GAME_POINTS: u16 = 1000; pub const MIN_ACHIEVEMENT_POINTS: u16 = 1; pub const MAX_ACHIEVEMENT_POINTS: u16 = 100; -pub const MAX_ACHIEVEMENT_PROGRESS: u8 = 100; \ No newline at end of file +pub const MAX_ACHIEVEMENT_PROGRESS: u8 = 100;