Formatting
This commit is contained in:
2
.editorconfig
Normal file
2
.editorconfig
Normal file
@@ -0,0 +1,2 @@
|
||||
[*.cs]
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
using Alma.Configuration.Module;
|
||||
using Alma.Configuration.Repository;
|
||||
using Alma.Data;
|
||||
using Alma.Helper;
|
||||
using Alma.Logging;
|
||||
using Alma.Services;
|
||||
|
||||
@@ -66,7 +65,7 @@ public class InfoCommand : RepositoryModuleCommandBase
|
||||
}
|
||||
}
|
||||
|
||||
async Task ProcessGeneralInfoAsync()
|
||||
private async Task ProcessGeneralInfoAsync()
|
||||
{
|
||||
_logger.LogInformation("Alma " + _versionService.GetVersion());
|
||||
_logger.LogInformation("");
|
||||
@@ -107,7 +106,7 @@ public class InfoCommand : RepositoryModuleCommandBase
|
||||
}
|
||||
}
|
||||
|
||||
async Task ProcessRepoInfoAsync(string repoName)
|
||||
private async Task ProcessRepoInfoAsync(string repoName)
|
||||
{
|
||||
var (repoSourceDirectory, _) = GetRepositorySourceAndTargetDirectory(repoName);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user