Skip to content

Commit b06a691

Browse files
committed
fixing style
Signed-off-by: salaboy <[email protected]>
1 parent d7ecc7b commit b06a691

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)