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

Commit 2a8582a

Browse files
committed
Make the export public
1 parent 2b49df3 commit 2a8582a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio/Helpers/ActiveDocumentSnapshot.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace GitHub.VisualStudio
99
{
1010
[Export(typeof(IActiveDocumentSnapshot))]
1111
[PartCreationPolicy(CreationPolicy.NonShared)]
12-
class ActiveDocumentSnapshot : IActiveDocumentSnapshot
12+
public class ActiveDocumentSnapshot : IActiveDocumentSnapshot
1313
{
1414
public string Name { get; private set; }
1515
public int StartLine { get; private set; }

0 commit comments

Comments
 (0)