Skip to content

Commit

Permalink
remove unneeded NULLs
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisBiryukov91 committed Jun 18, 2024
1 parent fec347d commit 99c24db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/z_test_fragment_rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ int main(int argc, char **argv) {
}
// Declare subscriber
z_owned_closure_sample_t callback;
z_closure(&callback, data_handler, NULL, NULL);
z_closure(&callback, data_handler);
z_owned_subscriber_t sub;
z_view_keyexpr_t ke;
z_view_keyexpr_from_string(&ke, keyexpr);
Expand Down

0 comments on commit 99c24db

Please sign in to comment.