Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkJamesHoward committed Feb 23, 2024
1 parent c078abe commit ae61623
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ obj
.vscode
parcel-cache
.parcel-cache
.vs
16 changes: 8 additions & 8 deletions Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ class Program
static string uri = "";
static string username = "";

static string UserProfileFolder = @"C:\github\gitgraph\src";
static string CommitNodesJsonFile = Path.Combine(UserProfileFolder, "Json", "CommitGitInJson.json");
static string TreeNodesJsonFile = Path.Combine(UserProfileFolder, "Json", "TreeGitInJson.json");
static string BlobNodesJsonFile = Path.Combine(UserProfileFolder, "Json", "BlobGitInJson.json");
static string HeadNodesJsonFile = Path.Combine(UserProfileFolder, "Json", "HeadGitInJson.json");
static string BranchNodesJsonFile = Path.Combine(UserProfileFolder, "Json", "BranchGitInJson.json");
static string IndexFilesJsonFile = Path.Combine(UserProfileFolder, "Json", "IndexfilesGitInJson.json");
static string WorkingFilesJsonFile = Path.Combine(UserProfileFolder, "Json", "WorkingfilesGitInJson.json");
static string UserProfileFolder = @"C:\github\gitgraph\src";
static string CommitNodesJsonFile = Path.Combine(UserProfileFolder, "Json", "CommitGitInJson.json");
static string TreeNodesJsonFile = Path.Combine(UserProfileFolder, "Json", "TreeGitInJson.json");
static string BlobNodesJsonFile = Path.Combine(UserProfileFolder, "Json", "BlobGitInJson.json");
static string HeadNodesJsonFile = Path.Combine(UserProfileFolder, "Json", "HeadGitInJson.json");
static string BranchNodesJsonFile = Path.Combine(UserProfileFolder, "Json", "BranchGitInJson.json");
static string IndexFilesJsonFile = Path.Combine(UserProfileFolder, "Json", "IndexfilesGitInJson.json");
static string WorkingFilesJsonFile = Path.Combine(UserProfileFolder, "Json", "WorkingfilesGitInJson.json");

static string workingArea;
static string head;
Expand Down
1 change: 0 additions & 1 deletion test.txt

This file was deleted.

0 comments on commit ae61623

Please sign in to comment.