File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
dotnet/src/webdriver/Firefox Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -102,12 +102,12 @@ protected override DriverOptions GetDefaultDriverOptions()
102102 /// offer a way to specify a log file path directly.
103103 /// </remarks>
104104 public string ? LogPath { get ; set ; }
105-
105+
106106 /// <summary>
107107 /// Disable truncation of long log lines in GeckoDriver.
108108 /// </summary>
109109 public bool LogTruncate { get ; set ; }
110-
110+
111111 /// <summary>
112112 /// Directory in which GeckoDriver creates profiles.
113113 /// </summary>
@@ -210,9 +210,9 @@ protected override string CommandLineArguments
210210 {
211211 throw new ArgumentException ( $ "Profile root directory does not exist: { this . ProfileRoot } ", nameof ( ProfileRoot ) ) ;
212212 }
213-
213+
214214 argsBuilder . AppendFormat ( CultureInfo . InvariantCulture , " --profile-root \" {0}\" " , this . ProfileRoot ) ;
215- }
215+ }
216216
217217 return argsBuilder . ToString ( ) . Trim ( ) ;
218218 }
You can’t perform that action at this time.
0 commit comments