Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
Signed-off-by: Bari Rao <[email protected]>
  • Loading branch information
barribarrier committed Sep 30, 2024
1 parent 0fb0618 commit e4b3042
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,8 @@ void FlutterELinuxEngine::HandlePlatformMessage(

auto message = ConvertToDesktopMessage(*engine_message);

message_dispatcher_->HandleMessage(message, [this] {}, [this] {});
message_dispatcher_->HandleMessage(
message, [this] {}, [this] {});
}

void FlutterELinuxEngine::ReloadSystemFonts() {
Expand Down

0 comments on commit e4b3042

Please sign in to comment.