Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Sep 10, 2024
1 parent 3333cc5 commit 4a8e1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bedsidemon/spo2/spo2_measurement.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const tml::leaf& get_prop_val(const tml::tree& t)

spo2_measurement spo2_measurement::from_tml(const tml::forest& f)
{
spo2_measurement meas;
spo2_measurement meas{};

unsigned checksum = 0;

Expand Down

0 comments on commit 4a8e1d2

Please sign in to comment.