Skip to content

Commit

Permalink
Fixed spacing issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
lysonle committed Sep 16, 2024
1 parent ec565e0 commit b6751c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ private static SourceData createSourceData(Long controlTableId, String doNotLoad
String mailPcode, String mailCountry,
Date createdAt, String createdBy, Date updatedAt, String updatedBy) {
return SourceData.builder()
.controlTableId(controlTableId)
.controlTableId(controlTableId)
.doNotLoadFlag(doNotLoadFlag)
.stakeholder(stakeholder)
.stakeholderId(stakeholderId)
Expand Down

0 comments on commit b6751c8

Please sign in to comment.