From 0af57e2595922c9ee59d7cd489daf37a3550496c Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 18 Nov 2020 16:55:31 +0000 Subject: Clang format --- libsqlitepp/sqlite-mock.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'libsqlitepp/sqlite-mock.h') diff --git a/libsqlitepp/sqlite-mock.h b/libsqlitepp/sqlite-mock.h index 45caef9..fd8a8e9 100644 --- a/libsqlitepp/sqlite-mock.h +++ b/libsqlitepp/sqlite-mock.h @@ -1,14 +1,14 @@ #ifndef MOCKSQLITEDATASOURCE_H #define MOCKSQLITEDATASOURCE_H -#include +#include #include +#include #include -#include namespace SQLite { -class DLL_PUBLIC Mock : public DB::MockDatabase { + class DLL_PUBLIC Mock : public DB::MockDatabase { public: Mock(const std::string & root, const std::string & name, const std::vector & ss); Mock(const std::string & name, const std::vector & ss); @@ -24,10 +24,8 @@ class DLL_PUBLIC Mock : public DB::MockDatabase { private: const std::filesystem::path testDbPath; -}; + }; } #endif - - -- cgit v1.2.3