Skip to content

Commit b572e27

Browse files
committed
style: Apply clang-format to unsigned types implementation
1 parent e42a7de commit b572e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orm_lib/inc/drogon/orm/SqlBinder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ class DROGON_EXPORT SqlBinder : public trantor::NonCopyable
600600

601601
private:
602602
static int getMysqlTypeBySize(size_t size);
603-
603+
604604
template <typename T>
605605
static int getMysqlType()
606606
{

0 commit comments

Comments
 (0)