Skip to content

Commit

Permalink
Fix coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
Montel committed Dec 29, 2023
1 parent d86b882 commit ac0c959
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/cxx-qt-lib/src/gui/qpainter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ mod ffi {

#[doc(hidden)]
#[rust_name = "qpainter_drop"]
fn drop(painter: &mut QPainter);
fn drop(painter: &mut QPainter);
}
}

Expand Down Expand Up @@ -199,5 +199,3 @@ unsafe impl ExternType for QPainter {
type Id = type_id!("QPainter");
type Kind = cxx::kind::Trivial;
}


0 comments on commit ac0c959

Please sign in to comment.