Skip to content

Commit

Permalink
Fix comment indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
zsmb13 committed May 18, 2024
1 parent ebc7b6c commit c6d0b57
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ public inline fun Bundle.requireCharSequenceArrayList(key: String): ArrayList<Ch

/**
* Returns the value associated with the given key, or null if the key doesn't exist,
* or the stored value is of the wrong type.
*/
* or the stored value is of the wrong type.
*/
public inline fun Bundle.getCharSequenceArrayListOrNull(key: String): ArrayList<CharSequence>? = getOrNullImpl(key)

/**
Expand Down

0 comments on commit c6d0b57

Please sign in to comment.