Skip to content

Commit 1ad5a51

Browse files
committed
fixup: SPOTLESS!!!
Signed-off-by: Todd Baert <[email protected]>
1 parent d88136d commit 1ad5a51

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

providers/flagd/src/main/java/dev/openfeature/contrib/providers/flagd/FlagdProviderSyncResources.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ public void waitForInitialization(long deadline) {
6161
// if wait(0) is called, the thread would wait forever, so we abort when this would happen
6262
if (now >= end) {
6363
throw new GeneralError(String.format(
64-
"Initialization timeout exceeded; did not complete within the %d ms deadline.",
65-
deadline));
64+
"Initialization timeout exceeded; did not complete within the %d ms deadline.", deadline));
6665
}
6766
long remaining = end - now;
6867
synchronized (this) {

0 commit comments

Comments
 (0)