Skip to content

Commit

Permalink
Fix bot comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yostyle committed Sep 12, 2023
1 parent 3e43d00 commit 2cdda8b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ data class Composer(
*/
val isReply: Boolean,
/**
* The type of the shared location
* The type of the shared location.
*/
val locationType: LocationType? = null,
/**
Expand All @@ -55,12 +55,12 @@ data class Composer(

enum class LocationType {
/**
* User current location
* User current location.
*/
MyLocation,

/**
* Pin drop location
* Pin drop location.
*/
PinDrop,
}
Expand Down

0 comments on commit 2cdda8b

Please sign in to comment.