Skip to content

Commit b477224

Browse files
author
Hovsep
committed
Merge pull request #1644 from hovsepm/dev
White space alignment in RoleContext
2 parents 612c7de + c267c94 commit b477224

File tree

1 file changed

+1
-1
lines changed
  • src/ServiceManagement/Compute/Commands.ServiceManagement/Model

1 file changed

+1
-1
lines changed

src/ServiceManagement/Compute/Commands.ServiceManagement/Model/RoleContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class RoleContext : ServiceOperationContext
2222
public int InstanceCount { get; set; }
2323

2424
public string DeploymentID { get; set; }
25-
public string OSVersion { get; set; }
2625

26+
public string OSVersion { get; set; }
2727
}
2828
}

0 commit comments

Comments
 (0)