Skip to content

Commit ccc26e5

Browse files
author
Daniel Schulte
committed
Changing property get and set to be on a single line.
1 parent 3c88e46 commit ccc26e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ServiceManagement/Network/Commands.Network/Gateway/ResetAzureVNetGateway.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ public class ResetAzureVNetGateway : NetworkCmdletBase
2323
[Parameter(Position = 0, Mandatory = true, HelpMessage = "Virtual network name.")]
2424
public string VNetName
2525
{
26-
get;
27-
set;
26+
get; set;
2827
}
2928

3029
public override void ExecuteCmdlet()

0 commit comments

Comments
 (0)