Skip to content

Commit 542d7c7

Browse files
ManuelMoerilcanobbio
authored andcommitted
style(backend): Format backend #1570
1 parent 1946746 commit 542d7c7

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

backend/src/main/java/ch/puzzle/okr/models/keyresult/KeyResultMetric.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ public int hashCode() {
8888

8989
@Override
9090
public String toString() {
91-
return "KeyResultMetric{" + "baseline=" + baseline + ", commitValue=" + commitValue
92-
+ ", targetValue=" + targetValue + ", stretchGoal=" + stretchGoal + ", unit=" + unit + '}';
91+
return "KeyResultMetric{" + "baseline=" + baseline + ", commitValue=" + commitValue + ", targetValue="
92+
+ targetValue + ", stretchGoal=" + stretchGoal + ", unit=" + unit + '}';
9393
}
9494

9595
private KeyResultMetric(Builder builder) {

backend/src/main/java/ch/puzzle/okr/models/overview/Overview.java

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -175,12 +175,11 @@ public String toString() {
175175
+ teamVersion + ", objectiveTitle='" + objectiveTitle + '\'' + ", objectiveState=" + objectiveState
176176
+ ", objectiveCreatedOn=" + objectiveCreatedOn + ", quarterId=" + quarterId + ", quarterLabel='"
177177
+ quarterLabel + '\'' + ", keyResultTitle='" + keyResultTitle + '\'' + ", keyResultType='"
178-
+ keyResultType + '\'' + ", baseline=" + baseline + ", commitValue=" + commitValue
179-
+ ", targetValue=" + targetValue + ", stretchGoal=" + stretchGoal + ", commitZone='"
180-
+ commitZone + '\'' + ", targetZone='" + targetZone + '\'' + ", stretchZone='" + stretchZone + '\''
181-
+ ", checkInValue=" + checkInValue + ", checkInZone='" + checkInZone + '\'' + ", confidence="
182-
+ confidence + ", checkInCreatedOn=" + checkInCreatedOn + ", writeable=" + writeable
183-
+ ", backlogQuarter=" + backlogQuarter + '}';
178+
+ keyResultType + '\'' + ", baseline=" + baseline + ", commitValue=" + commitValue + ", targetValue="
179+
+ targetValue + ", stretchGoal=" + stretchGoal + ", commitZone='" + commitZone + '\'' + ", targetZone='"
180+
+ targetZone + '\'' + ", stretchZone='" + stretchZone + '\'' + ", checkInValue=" + checkInValue
181+
+ ", checkInZone='" + checkInZone + '\'' + ", confidence=" + confidence + ", checkInCreatedOn="
182+
+ checkInCreatedOn + ", writeable=" + writeable + ", backlogQuarter=" + backlogQuarter + '}';
184183
}
185184

186185
public static final class Builder {

0 commit comments

Comments
 (0)