Skip to content

Commit b408835

Browse files
committed
fixing style
1 parent da74502 commit b408835

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testcontainers-dapr/src/main/java/io/dapr/testcontainers/DaprContainer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,12 @@ public DaprContainer withAppHealthCheckProbeInterval(Integer appHealthCheckProbe
141141
return this;
142142
}
143143

144-
public DaprContainer withAppHealthCheckProbeTimeout(Integer appHealthCheckProbeTimeout){
144+
public DaprContainer withAppHealthCheckProbeTimeout(Integer appHealthCheckProbeTimeout) {
145145
this.appHealthCheckProbeTimeout = appHealthCheckProbeTimeout;
146146
return this;
147147
}
148148

149-
public DaprContainer withAppHealthCheckThreshold(Integer appHealthCheckThreshold ){
149+
public DaprContainer withAppHealthCheckThreshold(Integer appHealthCheckThreshold) {
150150
this.appHealthCheckThreshold = appHealthCheckThreshold;
151151
return this;
152152
}

0 commit comments

Comments
 (0)