Skip to content

Commit 1237015

Browse files
author
Thomas Leing
committed
Fix lint
1 parent 0e051c2 commit 1237015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testutils/src/main/java/com/amplifyframework/testutils/sync/SynchronousGeo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
* performing various operations.
4141
*/
4242
public final class SynchronousGeo {
43+
private static final int TIMEOUT = 20 * 1000;
4344
private final GeoCategoryBehavior asyncDelegate;
44-
private final int TIMEOUT = 20 * 1000;
4545

4646
private SynchronousGeo(GeoCategoryBehavior asyncDelegate) {
4747
this.asyncDelegate = asyncDelegate;

0 commit comments

Comments
 (0)