OriaTori / CS_Database

0 stars 0 forks source link

Code style: Fix function indent #12

Open jzych opened 5 years ago

jzych commented 5 years ago

Code inside {} brackets is missing indent. After lambda function code style of brackets is different then in rest of file.

https://github.com/OriaTori/CS_Database/blob/483302198cbc63f8a8550a2fb4cff16d29839f91/src/Database.cpp#L23-L28 https://github.com/OriaTori/CS_Database/blob/483302198cbc63f8a8550a2fb4cff16d29839f91/src/Database.cpp#L31-L36