Skip to content

Commit 0ee0f93

Browse files
committed
chore: format
1 parent 03db40f commit 0ee0f93

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/include/duckdb/common/arrow/arrow_wrapper.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ class ArrowSchemaWrapper {
1717
public:
1818
ArrowSchema arrow_schema;
1919

20-
ArrowSchemaWrapper() {}
20+
ArrowSchemaWrapper() {
21+
}
2122

2223
~ArrowSchemaWrapper();
2324
};

0 commit comments

Comments
 (0)