Skip to content

Commit 1d34255

Browse files
authored
Missing space
1 parent cf2dc07 commit 1d34255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/cucumber-cpp/internal/drivers/QtTestDriver.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class QtTestStep : public BasicStep {
2222
class QtTestObject : public QObject {
2323
Q_OBJECT
2424
public:
25-
QtTestObject(QtTestStep* qtTestStep): step(qtTestStep) {}
25+
QtTestObject(QtTestStep* qtTestStep) : step(qtTestStep) {}
2626
virtual ~QtTestObject() {}
2727

2828
protected:

0 commit comments

Comments
 (0)