Daily arc lint --take GOOGLEJAVAFORMAT

Reviewed By: zertosh

Differential Revision: D24561115

fbshipit-source-id: f9b1a529e4421be77c5baae5f3eab450602fb988
This commit is contained in:
generatedunixname89002005325674
2020-10-27 15:01:48 -07:00
committed by Facebook GitHub Bot
parent bb8d0f5732
commit 1903f6680d
3 changed files with 3 additions and 4 deletions
@@ -7,7 +7,6 @@
package com.facebook.react.bridge.queue;
import android.os.Build;
import androidx.annotation.Nullable;
import com.facebook.infer.annotation.Assertions;
@@ -126,8 +126,8 @@ public class ForwardingCookieHandler extends CookieHandler {
}
/**
* Instantiating CookieManager will load the Chromium task taking a 100ish ms so we do
* it lazily to make sure it's done on a background thread as needed.
* Instantiating CookieManager will load the Chromium task taking a 100ish ms so we do it lazily
* to make sure it's done on a background thread as needed.
*/
private @Nullable CookieManager getCookieManager() {
if (mCookieManager == null) {
@@ -73,7 +73,7 @@ public class ReactDrawableHelper {
}
private static RippleDrawable getRippleDrawable(
Context context, ReadableMap drawableDescriptionDict) {
Context context, ReadableMap drawableDescriptionDict) {
int color = getColor(context, drawableDescriptionDict);
Drawable mask = getMask(drawableDescriptionDict);
ColorStateList colorStateList =