Skip to content

Commit b164d7a

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent f1b8668 commit b164d7a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/software/estop/arduino_util.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ std::optional<std::string> ArduinoUtil::getArduinoPort()
2626
if (hwInfo.value().vendor == id.vendor_id &&
2727
hwInfo.value().product == id.product_id)
2828
{
29-
std::string device_path =
30-
(boost::format("/dev/%1%") % device).str();
29+
std::string device_path = (boost::format("/dev/%1%") % device).str();
3130
return device_path;
3231
}
3332
}

0 commit comments

Comments
 (0)