0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00

Remove superfluous semicolon

This commit is contained in:
rbock 2017-10-16 20:42:29 +02:00
parent 6ccb948457
commit 62e989c8b3

View File

@ -29,7 +29,7 @@
#include <iostream> #include <iostream>
SQLPP_ALIAS_PROVIDER(cheese); SQLPP_ALIAS_PROVIDER(cheese)
int As(int, char* []) int As(int, char* [])
{ {