Skip to content

Commit

Permalink
Daily arc lint --take GOOGLEJAVAFORMAT
Browse files Browse the repository at this point in the history
Reviewed By: zertosh

Differential Revision: D24561115

fbshipit-source-id: f9b1a529e4421be77c5baae5f3eab450602fb988
  • Loading branch information
generatedunixname89002005325674 authored and facebook-github-bot committed Oct 27, 2020
1 parent bb8d0f5 commit 1903f66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

package com.facebook.react.bridge.queue;

import android.os.Build;
import androidx.annotation.Nullable;
import com.facebook.infer.annotation.Assertions;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ protected void doInBackgroundGuarded(Void... params) {
}

/**
* 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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ private static Drawable getDefaultThemeDrawable(Context context) {
}

private static RippleDrawable getRippleDrawable(
Context context, ReadableMap drawableDescriptionDict) {
Context context, ReadableMap drawableDescriptionDict) {
int color = getColor(context, drawableDescriptionDict);
Drawable mask = getMask(drawableDescriptionDict);
ColorStateList colorStateList =
Expand Down

0 comments on commit 1903f66

Please sign in to comment.