Skip to content

Commit 63b102c

Browse files
author
Ed Munoz
committed
Fix whitespace
1 parent 22c11c9 commit 63b102c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/ServiceManagement/Network/Commands.Network/NetworkClient.cs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -850,10 +850,10 @@ public NetworkSecurityGroupGetAssociationResponse GetNetworkSecurityGroupForRole
850850
public void RemoveNetworkSecurityGroupFromRole(string networkSecurityGroupName, string serviceName, string deploymentName, string roleName)
851851
{
852852
client.NetworkSecurityGroups.RemoveFromRole(
853-
serviceName,
854-
deploymentName,
855-
roleName,
856-
networkSecurityGroupName);
853+
serviceName,
854+
deploymentName,
855+
roleName,
856+
networkSecurityGroupName);
857857
}
858858

859859
public void SetNetworkSecurityGroupForRole(string networkSecurityGroupName, string serviceName, string deploymentName, string roleName)
@@ -887,11 +887,11 @@ public void RemoveNetworkSecurityGroupFromNetworkInterface(
887887
string networkInterfaceName)
888888
{
889889
client.NetworkSecurityGroups.RemoveFromNetworkInterface(
890-
serviceName,
891-
deploymentName,
892-
roleName,
893-
networkInterfaceName,
894-
networkSecurityGroupName);
890+
serviceName,
891+
deploymentName,
892+
roleName,
893+
networkInterfaceName,
894+
networkSecurityGroupName);
895895
}
896896

897897
public void SetNetworkSecurityGroupForNetworkInterface(

0 commit comments

Comments
 (0)