Skip to content

Commit c69190d

Browse files
cleanup
1 parent 17b4aed commit c69190d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/core/src/main/java/org/sonarsource/sonarlint/core/sync/TaintSynchronizationService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ public class TaintSynchronizationService {
5151
private final ApplicationEventPublisher eventPublisher;
5252

5353
public TaintSynchronizationService(ConfigurationRepository configurationRepository, SonarProjectBranchTrackingService branchTrackingService,
54-
StorageService storageService, LanguageSupportRepository languageSupportRepository,
55-
SonarQubeClientManager sonarQubeClientManager, ApplicationEventPublisher eventPublisher) {
54+
StorageService storageService, LanguageSupportRepository languageSupportRepository,
55+
SonarQubeClientManager sonarQubeClientManager, ApplicationEventPublisher eventPublisher) {
5656
this.configurationRepository = configurationRepository;
5757
this.branchTrackingService = branchTrackingService;
5858
this.storageService = storageService;

0 commit comments

Comments
 (0)