Skip to content

Commit

Permalink
TA-3012: Remove unnecessary space
Browse files Browse the repository at this point in the history
  • Loading branch information
Buqeta committed May 29, 2024
1 parent e0ce712 commit 17ba583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/package-manager/diff-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class DiffService {
if (jsonResponse) {
this.exportListOfPackageDiffs(returnedHasChangesData);
} else {
logger.info( this.buildStringResponse(returnedHasChangesData));
logger.info(this.buildStringResponse(returnedHasChangesData));
}
}

Expand Down

0 comments on commit 17ba583

Please sign in to comment.