Skip to content

Commit

Permalink
chore: Scarb fmt CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Abeeujah committed Jan 31, 2025
1 parent fcf4335 commit adebce9
Show file tree
Hide file tree
Showing 2 changed files with 180 additions and 154 deletions.
7 changes: 4 additions & 3 deletions onchain/src/contracts/lyricsflip.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,10 @@ pub mod LyricsFlip {
self.round_players_count.entry(round_id).write(round_players_count + 1);
self.rounds.entry(round_id).write(round);

for i in 0..cards.len() {
self.round_cards.entry(round_id).append().write(*cards.at(i))
};
for i in 0
..cards.len() {
self.round_cards.entry(round_id).append().write(*cards.at(i))
};

self
.emit(
Expand Down
Loading

0 comments on commit adebce9

Please sign in to comment.