Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit c64ea16

Browse files
committed
Add missing using
1 parent 2abd94d commit c64ea16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitHub.App/Services/PullRequestService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
using System.ComponentModel.Composition;
33
using System.IO;
44
using System.Linq;
5+
using System.Diagnostics;
56
using GitHub.Models;
67
using System.Reactive.Linq;
78
using Rothko;

0 commit comments

Comments
 (0)