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

Commit f427b3a

Browse files
committed
Format
1 parent 5d69998 commit f427b3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shell/platform/windows/platform_handler_unittests.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,8 @@ TEST_F(PlatformHandlerTest, ClipboardHasStringsRequiresView) {
279279
TestBinaryMessenger messenger;
280280
PlatformHandler platform_handler(&messenger, engine());
281281

282-
std::string result = SimulatePlatformMessage(&messenger, kClipboardHasStringsMessage);
282+
std::string result =
283+
SimulatePlatformMessage(&messenger, kClipboardHasStringsMessage);
283284

284285
EXPECT_EQ(result,
285286
"[\"Clipboard error\",\"Clipboard is not available in Windows "

0 commit comments

Comments
 (0)