Skip to content

Commit

Permalink
Auto format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vbjay committed Aug 31, 2016
1 parent 2a67ba6 commit c9b529d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TFS Release Notes/Cmdlets/GetWorkItemFiles.vb
Expand Up @@ -64,7 +64,7 @@ Public Class GetWorkItemFiles
Dim wi As WorkItem() = {TFSCollection.WIT.GetWorkItem(WorkItemID)}

If _GetSubWorkItems Then
wi = GetCHildWorkItems(wi.First, TFSCollection).ToArray
wi = GetChildWorkItems(wi.First, TFSCollection).ToArray
End If
Dim vcs = TFSCollection.VCS

Expand Down

0 comments on commit c9b529d

Please sign in to comment.