Skip to content

Commit e970475

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5e509c9 commit e970475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sot-tiago-steel-controller.hh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class SoTTiagoSteelController : public SoTTiagoController {
2222
static const std::string LOG_PYTHON_TIAGOSTEEL;
2323

2424
SoTTiagoSteelController();
25-
virtual ~SoTTiagoSteelController(){};
25+
virtual ~SoTTiagoSteelController() {};
2626

2727
protected:
2828
virtual void startupPython();

0 commit comments

Comments
 (0)