Use clang-format to add closing namespace comments

This commit is contained in:
rbock
2017-09-10 14:56:51 +02:00
parent ac765993aa
commit 306ce63f2f
208 changed files with 250 additions and 265 deletions

View File

@@ -129,6 +129,6 @@ namespace sqlpp
static_assert(std::is_base_of<connection, Database>::value, "Invalid database parameter");
return {blank_insert_t<Database>().into(table)};
}
}
} // namespace sqlpp
#endif