Skip to content

Commit 993c3e6

Browse files
committed
Fix indentation
1 parent 6cdac25 commit 993c3e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

media-placeholders/src/main/java/org/wordpress/aztec/placeholders/PlaceholderManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ class PlaceholderManager(
169169
if (shouldUpdateItem(currentItem.attributes)) {
170170
val type = currentItem.attributes.getValue(TYPE_ATTRIBUTE)
171171
updateSpan(type, currentItem, updateItem = { attributes, _ ->
172-
updateItem(attributes)
172+
updateItem(attributes)
173173
}, type)
174174
} else {
175175
removeItem(uuid)

0 commit comments

Comments
 (0)