Skip to content

Commit

Permalink
Whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Graham Earley committed Jun 15, 2015
1 parent 65fefff commit ee44c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edugit/SessionModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ private DirectoryRepoFile populateDirectoryRepoFile(DirectoryRepoFile superDirec
if (path.equals(this.getCurrentRepo().getDirectory().toPath())) {

// If the path is the Repository's .git folder, don't populate it.

} else if (Files.isDirectory(path)) {
// Recurse! Populate the directory.
DirectoryRepoFile subdirectory = new DirectoryRepoFile(path, superDirectory.getRepo());
Expand Down

0 comments on commit ee44c88

Please sign in to comment.