diff --git a/android/guava/src/com/google/common/base/Supplier.java b/android/guava/src/com/google/common/base/Supplier.java index 600ad7f5ea8c..6081af3c39b8 100644 --- a/android/guava/src/com/google/common/base/Supplier.java +++ b/android/guava/src/com/google/common/base/Supplier.java @@ -46,8 +46,7 @@ */ @GwtCompatible @ElementTypesAreNonnullByDefault -public interface Supplier -{ +public interface Supplier { /** * Retrieves an instance of the appropriate type. The returned object may or may not be a new * instance, depending on the implementation.