Skip to content

Commit d9252f1

Browse files
tamirdojeda
authored andcommitted
rust_binder: remove trailing comma
This prepares for a later commit in which we introduce a custom formatting macro; that macro doesn't handle trailing commas so just remove this one. Reviewed-by: Alice Ryhl <aliceryhl@google.com> Signed-off-by: Tamir Duberstein <tamird@gmail.com> Link: https://patch.msgid.link/20251018-cstr-core-v18-2-9378a54385f8@gmail.com Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent 061a8ac commit d9252f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/android/binder/process.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ impl Process {
596596
" ref {}: desc {} {}node {debug_id} s {strong} w {weak}",
597597
r.debug_id,
598598
r.handle,
599-
if dead { "dead " } else { "" },
599+
if dead { "dead " } else { "" }
600600
);
601601
}
602602
}

0 commit comments

Comments
 (0)