Skip to content

Commit

Permalink
remove empty lines (#771)
Browse files Browse the repository at this point in the history
- [x] no changelog update needed
  • Loading branch information
corwinkuiper committed Sep 26, 2024
2 parents a2a00aa + a493174 commit f3d5590
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion agb/src/display/object/unmanaged/object.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ pub struct OamUnmanaged<'gba> {
/// This will panic if called because when you run out of objects the zip will
/// have already grabbed the next OamSlot before realising there are no more
/// objects.

pub struct OamIterator<'oam> {
index: usize,
frame_data: &'oam UnsafeCell<OamFrameModifyables>,
Expand Down
1 change: 0 additions & 1 deletion agb/src/syscall.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use crate::display::affine::AffineMatrixBackground;
use crate::fixnum::Num;

#[allow(non_snake_case)]

const fn swi_map(thumb_id: u32) -> u32 {
if cfg!(target_feature = "thumb-mode") {
thumb_id
Expand Down

0 comments on commit f3d5590

Please sign in to comment.