Skip to content

Commit 9c83730

Browse files
committed
this linter wants 2 spaces before an end-of-line comment
1 parent 4a50390 commit 9c83730

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/viam/sdk/components/board.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ class Board : public Component {
3232
/// more details.
3333
struct analog_value {
3434
int32_t value;
35-
float min_range; // Minimum possible voltage read by the analog reader
36-
float max_range; // Maximum possible voltage read by the analog reader
37-
float step_size; // Volts represented in each step in the value
35+
float min_range; // Minimum possible voltage read by the analog reader
36+
float max_range; // Maximum possible voltage read by the analog reader
37+
float step_size; // Volts represented in each step in the value
3838
};
3939

4040
/// @brief Depending on the type of digital interrupt, this can have different meanings. If a

0 commit comments

Comments
 (0)