Fix code formatting.
This commit is contained in:
parent
645052bec7
commit
ff0c727ee2
@ -52,7 +52,7 @@
|
||||
using namespace td;
|
||||
|
||||
struct CheckExitGuard {
|
||||
explicit CheckExitGuard(bool expected_value): expected_value_(expected_value) {
|
||||
explicit CheckExitGuard(bool expected_value) : expected_value_(expected_value) {
|
||||
}
|
||||
CheckExitGuard(CheckExitGuard &&) = delete;
|
||||
CheckExitGuard &operator=(CheckExitGuard &&) = delete;
|
||||
|
Loading…
x
Reference in New Issue
Block a user