Skip to content

Commit

Permalink
fix:fix format error reported by spotlessApply
Browse files Browse the repository at this point in the history
  • Loading branch information
skyinu committed Mar 6, 2021
1 parent 0c0087b commit 7b27d5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ private Bitmap decodeFromWrappedStreams(
}
}

if(preferredColorSpace != PreferredColorSpace.NULL) {
if (preferredColorSpace != PreferredColorSpace.NULL) {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.P) {
boolean isP3Eligible =
preferredColorSpace == PreferredColorSpace.DISPLAY_P3
Expand Down

0 comments on commit 7b27d5e

Please sign in to comment.