Remove single line bracket.
This commit is contained in:
parent
48471b1454
commit
08defc5558
1 changed files with 1 additions and 2 deletions
|
|
@ -176,9 +176,8 @@ anbox::cmds::SessionManager::SessionManager()
|
|||
input_manager,
|
||||
display_frame,
|
||||
single_window_);
|
||||
if (!platform) {
|
||||
if (!platform)
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
auto app_db = std::make_shared<application::Database>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue