Skip to content

Commit

Permalink
chore: fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
spouliot authored Nov 9, 2024
1 parent 1cc7269 commit 3a7332a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.UI/UI/Xaml/Controls/WebView/Core/CoreWebView2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ private void UpdateFromInternalSource()
{
RequestUri = requestMessage.RequestUri
};
foreach(var header in requestMessage.Headers)
foreach (var header in requestMessage.Headers)
{
httpRequestMessage.Headers.Add(header.Key, header.Value);
}
Expand Down

0 comments on commit 3a7332a

Please sign in to comment.