Skip to content

Commit fa9999a

Browse files
committed
Remove \ type in file
1 parent 15cacda commit fa9999a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pixel.Automation.Web.Playwright.Components/WebApplicationEntity.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public override async Task LaunchAsync()
124124
var browserContextOptions = await GetBrowserNewContextOptions();
125125
webApplicationDetails.ActiveContext = await webApplicationDetails.Browser.NewContextAsync(browserContextOptions);
126126
webApplicationDetails.ActivePage = await webApplicationDetails.ActiveContext.NewPageAsync();
127-
logger.Information("{browserToLaunch} has been launched.", preferredBrowser);\
127+
logger.Information("{browserToLaunch} has been launched.", preferredBrowser);
128128

129129
string goToUrl = webApplicationDetails.TargetUri.ToString();
130130
if (this.TargetUriOverride.IsConfigured())

0 commit comments

Comments
 (0)