Skip to content

Commit 603e468

Browse files
committed
Fixed minor linting warning
1 parent 8bda876 commit 603e468

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/statement.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ namespace Values {
6969
typedef Field Null;
7070
}
7171

72-
typedef std::vector<std::unique_ptr<Values::Field>> Row;
73-
typedef std::vector<std::unique_ptr<Row>> Rows;
72+
typedef std::vector<std::unique_ptr<Values::Field> > Row;
73+
typedef std::vector<std::unique_ptr<Row> > Rows;
7474
typedef Row Parameters;
7575

7676

0 commit comments

Comments
 (0)