Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 95cd85b

Browse files
committed
tidy
1 parent dc685e8 commit 95cd85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ui/painting/paint_unittests.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ TEST_F(ShellTest, ColorTests) {
7373
std::unique_ptr<Shell> shell = CreateShell(settings, task_runners);
7474
ASSERT_TRUE(shell->IsSetup());
7575

76-
auto finished = [&message_latch](Dart_NativeArguments args) {
76+
auto finished = [message_latch](Dart_NativeArguments args) {
7777
message_latch->Signal();
7878
};
7979
AddNativeCallback("Finish", CREATE_NATIVE_ENTRY(finished));

0 commit comments

Comments
 (0)