Skip to content

Commit

Permalink
fix: missing end of file new line
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-roland committed Jan 10, 2024
1 parent f365b8c commit b4e2a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/session/subscription.c
Original file line number Diff line number Diff line change
Expand Up @@ -245,4 +245,4 @@ void _z_trigger_local_subscriptions(_z_session_t *zn, const _z_keyexpr_t keyexpr
_ZP_UNUSED(payload_len);
}

#endif // Z_FEATURE_SUBSCRIPTION == 1
#endif // Z_FEATURE_SUBSCRIPTION == 1

0 comments on commit b4e2a2e

Please sign in to comment.