Skip to content

Commit

Permalink
Merge pull request #89 from adamralph/fix-whitespace
Browse files Browse the repository at this point in the history
fix whitespace!
  • Loading branch information
haacked authored Jan 20, 2018
2 parents e7ab539 + 4a19b56 commit fa2835a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SeeGitApp/Models/RepositoryGraphBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ private CommitVertex GetCommitVertex(Commit commit)
Description = commit.Message,
Author = commit.Author.Name,
CommitDate = commit.Author.When

};
_vertices.Add(commit.Sha, commitVertex);
}
Expand Down

0 comments on commit fa2835a

Please sign in to comment.