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

Commit 75811d0

Browse files
Removing stray private, giving some members some breathing room
1 parent c05fc89 commit 75811d0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/GitHub.VisualStudio/Services/UsageService.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@ public class UsageService : IUsageService
2020
{
2121
const string StoreFileName = "ghfvs.usage";
2222
const string UserStoreFileName = "user.json";
23+
2324
static readonly ILogger log = LogManager.ForContext<UsageService>();
2425
static readonly Calendar cal = CultureInfo.InvariantCulture.Calendar;
26+
2527
readonly IGitHubServiceProvider serviceProvider;
26-
private readonly IEnvironment environment;
28+
readonly IEnvironment environment;
29+
2730
string storePath;
2831
string userStorePath;
2932
Guid? userGuid;

0 commit comments

Comments
 (0)