Cosmetic changes.

This commit is contained in:
Loic d'Anterroches
2008-08-29 20:38:13 +02:00
parent 2c7b3e1e1a
commit fad12e17c7
5 changed files with 43 additions and 41 deletions

View File

@@ -43,6 +43,7 @@ class IDF_ScmFactory
case 'git':
default:
return new IDF_Git($request->project->getGitRepository());
}
}
}