Skip to content

Commit aa10a74

Browse files
committed
Change of text
1 parent 70c30c3 commit aa10a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CameraNode.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ get_sensor_format(const std::string &format_str)
172172
throw std::runtime_error("Width or height exceeds maximum value of " + std::to_string(std::numeric_limits<int>::max()));
173173
}
174174
catch (const std::invalid_argument &) {
175-
// Do nothing - throw exception below
175+
// Unexpected - throw exception below
176176
}
177177
}
178178

0 commit comments

Comments
 (0)