Skip to content

Commit 39ffe5b

Browse files
generatedunixname267772532268223meta-codesync[bot]
authored andcommitted
Enable for targets in fbandroid/libraries/fresco/imagepipeline-base/src/main/java/com/facebook/imagepipeline
Differential Revision: D86845529 fbshipit-source-id: 27403f369538bea1e53aea999af6633993d8a98c
1 parent 62f045b commit 39ffe5b

File tree

1 file changed

+1
-1
lines changed
  • imagepipeline-base/src/main/java/com/facebook/imagepipeline/common

1 file changed

+1
-1
lines changed

imagepipeline-base/src/main/java/com/facebook/imagepipeline/common/ResizeOptions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ constructor(
4949

5050
companion object {
5151

52-
const val DEFAULT_ROUNDUP_FRACTION = 2.0f / 3
52+
const val DEFAULT_ROUNDUP_FRACTION: Float = 2.0f / 3
5353

5454
/** @return new ResizeOptions, if the width and height values are valid, and null otherwise */
5555
@JvmStatic

0 commit comments

Comments
 (0)