Skip to content

Commit

Permalink
use var instead of type
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Dec 11, 2024
1 parent c16b1f7 commit 9b47aec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public override void Stop(string reason)
private void InitializeExtractionSources(IRDMPPlatformRepositoryServiceLocator repositoryLocator)
{
// Get all extractable catalogues
ICatalogue[] catalogues = repositoryLocator
var catalogues = repositoryLocator
.DataExportRepository
.GetAllObjects<ExtractableDataSet>()
.Select(eds => eds.Catalogue)
Expand Down

0 comments on commit 9b47aec

Please sign in to comment.