Skip to content

Commit 59fa9b6

Browse files
committed
fix: merge conflict remainder
1 parent 7bc3485 commit 59fa9b6

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

package/cpp/specs/HybridNativeQueryResult.hpp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,9 @@
44
#include "types.hpp"
55
#include <map>
66

7-
<<<<<<< HEAD
87
using namespace margelo::rnnitrosqlite;
98

109
namespace margelo::nitro::rnnitrosqlite {
11-
=======
12-
using namespace margelo::rnnitrosqlite;
13-
14-
namespace margelo::nitro::rnnitrosqlite {
15-
>>>>>>> main
1610

1711
class HybridNativeQueryResult : public HybridNativeQueryResultSpec {
1812
public:
@@ -38,8 +32,4 @@ class HybridNativeQueryResult : public HybridNativeQueryResultSpec {
3832
std::optional<SQLiteQueryTableMetadata> getMetadata() override;
3933
};
4034

41-
<<<<<<< HEAD
42-
} // namespace margelo::nitro::rnnitrosqlite
43-
=======
4435
} // namespace margelo::nitro::rnnitrosqlite
45-
>>>>>>> main

0 commit comments

Comments
 (0)