Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FrogTheFrog committed Jan 15, 2025
1 parent 0e0ece5 commit fd2d4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/display_device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ namespace display_device {
return parsed_devices;
}() };

Check warning on line 694 in src/display_device.cpp

View check run for this annotation

Codecov / codecov/patch

src/display_device.cpp#L693-L694

Added lines #L693 - L694 were not covered by tests
if (available_devices == tried_out_devices) {
BOOST_LOG(debug) << "Skipping reverting configuration, because the no newly added/removed devices were detected since last check. Currently available devices:\n"
BOOST_LOG(debug) << "Skipping reverting configuration, because no newly added/removed devices were detected since last check. Currently available devices:\n"
<< toJson(available_devices);
return;

Check warning on line 698 in src/display_device.cpp

View check run for this annotation

Codecov / codecov/patch

src/display_device.cpp#L698

Added line #L698 was not covered by tests
}
Expand Down

0 comments on commit fd2d4d3

Please sign in to comment.