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

Commit 68aef19

Browse files
committed
Minor formatting change
Just want to feel like I'm contributing something. 😛
1 parent f297056 commit 68aef19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio/Menus/CopyLink.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace GitHub.VisualStudio.Menus
99
{
1010
[Export(typeof(IDynamicMenuHandler))]
1111
[PartCreationPolicy(CreationPolicy.Shared)]
12-
public class CopyLink: LinkMenuBase, IDynamicMenuHandler
12+
public class CopyLink : LinkMenuBase, IDynamicMenuHandler
1313
{
1414
[ImportingConstructor]
1515
public CopyLink([Import(typeof(SVsServiceProvider))] IServiceProvider serviceProvider)

0 commit comments

Comments
 (0)