Skip to content

Commit 4c3058d

Browse files
Update specs/StatusBarMessage.md
Co-authored-by: David Risney <dave@deletethis.net>
1 parent 219a6d8 commit 4c3058d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

specs/StatusBarMessage.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ Developers will be able to register an even handler for changes to the status ba
2121
```
2222
CHECK_FAILURE(m_webView->add_StatusBarMessageChanged(
2323
Microsoft::WRL::Callback<ICoreWebView2StatusBarMessageChangedEventHandler>(
24-
[this](ICoreWebView2* sender, IUnknown* args) -> HRESULT {
24+
[this](ICoreWebView2* sender, IUnknown* args) -> HRESULT
25+
{
2526
2627
LPWSTR value;
2728
CHECK_FAILURE(sender->get_StatusBarMessage(&value));

0 commit comments

Comments
 (0)