Skip to content

Commit 2660348

Browse files
nbondancameta-codesync[bot]
authored andcommitted
Update ktfmt component on FBS:master
Reviewed By: cortinico Differential Revision: D114891172 fbshipit-source-id: 7de45284eec93308b868f3baac43645965a0873f
1 parent db662ca commit 2660348

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/image/ReactImageManager.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public constructor(
141141

142142
@Deprecated(
143143
"Retained only for binary/source compatibility; the defaultSource prop is now delivered " +
144-
"through the Dynamic overload."
144+
"through the Dynamic overload.",
145145
)
146146
public fun setDefaultSource(view: ReactImageView, source: String?) {
147147
view.setDefaultSource(source)
@@ -155,7 +155,7 @@ public constructor(
155155

156156
@Deprecated(
157157
"Retained only for binary/source compatibility; the loadingIndicatorSrc prop is now " +
158-
"delivered through the Dynamic overload."
158+
"delivered through the Dynamic overload.",
159159
)
160160
public fun setLoadingIndicatorSource(view: ReactImageView, source: String?) {
161161
view.setLoadingIndicatorSource(source)

0 commit comments

Comments
 (0)