Skip to content

Commit 7df89fb

Browse files
fix(checkstyle): replace tabs with spaces in CommandWrapperBuilder
1 parent 02188d7 commit 7df89fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

fineract-core/src/main/java/org/apache/fineract/commands/service/CommandWrapperBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ public CommandWrapperBuilder withClientId(final Long withClientId) {
205205
}
206206

207207
public CommandWrapperBuilder withCenterId(final Long centerId) {
208-
this.centerId = centerId;
209-
return this;
208+
this.centerId = centerId;
209+
return this;
210210
}
211211

212212
public CommandWrapperBuilder withGroupId(final Long withGroupId) {

0 commit comments

Comments
 (0)