Skip to content

Commit

Permalink
Add missing indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
awidesky committed May 7, 2021
1 parent 0cf4799 commit 947c296
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -373,7 +373,7 @@ public static boolean confirm(String title, String message) {
} else {

final AtomicReference<Boolean> result = new AtomicReference<>();
final CountDownLatch latch = new CountDownLatch(1);
final CountDownLatch latch = new CountDownLatch(1);

try {

Expand Down

0 comments on commit 947c296

Please sign in to comment.