Skip to content

Commit 13e79c2

Browse files
author
Yugang Wang
committed
remove a useless empty line
1 parent 7320b63 commit 13e79c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ServiceManagement/Services/Commands/CloudService/Development/EnableAzureMemcacheRole.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ public EnableAzureMemcacheRoleCommand()
7474
public override void ExecuteCmdlet()
7575
{
7676
WriteWarning("This cmdlet will be removed in a future release as we are retiring Managed Cache scaffolding support.");
77-
7877
string rootPath = CommonUtilities.GetServiceRootPath(CurrentPath());
7978
RoleName = string.IsNullOrEmpty(RoleName) ? CommonUtilities.GetRoleName(rootPath, CurrentPath()) : RoleName;
8079

0 commit comments

Comments
 (0)