Skip to content

Commit f064dce

Browse files
committed
update formatting
1 parent d655394 commit f064dce

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dotnet/src/webdriver/PrintOptions.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ public class PrintOptions
8080
/// </summary>
8181
public static PageSize Tabloid => new PageSize { Width = 27.94, Height = 43.18 }; // cm
8282

83-
8483
/// <summary>
8584
/// Gets or sets the orientation of the pages in the printed document.
8685
/// </summary>
@@ -91,8 +90,6 @@ public class PrintOptions
9190
/// </summary>
9291
/// <exception cref="ArgumentOutOfRangeException">If the value is not set between 0.1 and 2.0.</exception>
9392

94-
95-
9693
public double ScaleFactor
9794
{
9895
get => this.scale;

0 commit comments

Comments
 (0)