Skip to content

Commit 80845e7

Browse files
committed
minor format updates
1 parent 2e3eb57 commit 80845e7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dotnet/src/webdriver/PrintOptions.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ public class PrintOptions
6464
/// Gets or sets the amount which the printed content is zoomed. Valid values are 0.1 to 2.0.
6565
/// </summary>
6666
/// <exception cref="ArgumentOutOfRangeException">If the value is not set between 0.1 and 2.0.</exception>
67-
6867
public double ScaleFactor
6968
{
7069
get => this.scale;
@@ -99,7 +98,6 @@ public PageSize PageDimensions
9998
set => this.pageSize = value ?? throw new ArgumentNullException(nameof(value));
10099
}
101100

102-
103101
/// <summary>
104102
/// Gets or sets the margins for each page in the doucment.
105103
/// </summary>

0 commit comments

Comments
 (0)