Skip to content

Commit 94afb7f

Browse files
committed
Fix usage
1 parent daee6dc commit 94afb7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visual-dotnet/SauceLabs.Visual/VisualClient.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public VisualClient(WebDriver wd, Region region, CreateBuildOptions buildOptions
6565
/// <param name="buildOptions">the options of the build creation</param>
6666
public VisualClient(WebDriver wd, Region region, string username, string accessKey, CreateBuildOptions buildOptions)
6767
{
68-
if (string.IsNullOrWhiteSpace(username) || string.IsNullOrEmpty(accessKey))
68+
if (string.IsNullOrWhiteSpace(username) || string.IsNullOrWhiteSpace(accessKey))
6969
{
7070
throw new VisualClientException("Username or Access Key not set");
7171
}

0 commit comments

Comments
 (0)