Skip to content

Commit

Permalink
fix comment identation
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Jan 9, 2025
1 parent 2f63654 commit 6a2038e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rio-backend/src/crosswords/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1898,7 +1898,7 @@ impl<U: EventListener> Handler for Crosswords<U> {
Attr::Strike => cursor.template.flags.insert(square::Flags::STRIKEOUT),
Attr::CancelStrike => cursor.template.flags.remove(square::Flags::STRIKEOUT),
// _ => {
// warn!("Term got unhandled attr: {:?}", attr);
// warn!("Term got unhandled attr: {:?}", attr);
// }
}
}
Expand Down

0 comments on commit 6a2038e

Please sign in to comment.