Skip to content

Commit f78407d

Browse files
committed
clang-format beautified
1 parent cabf012 commit f78407d

File tree

3 files changed

+475
-498
lines changed

3 files changed

+475
-498
lines changed

src/main.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#include <string>
88
#include <vector>
99

10-
//#include "flutter_application.h"
1110
#include "utils.h"
1211
#include "wayland_display.h"
1312

@@ -68,7 +67,7 @@ static bool Main(std::vector<std::string> args) {
6867
FLWAY_ERROR << "Wayland display was not valid." << std::endl;
6968
return false;
7069
}
71-
70+
7271
display.InitializeApplication(asset_bundle_path, args);
7372
if (!display.IsValid()) {
7473
FLWAY_ERROR << "Flutter application was not valid." << std::endl;

0 commit comments

Comments
 (0)