Skip to content

Commit 1ba65d0

Browse files
committed
clean up
1 parent dfd5862 commit 1ba65d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/io/openapiprocessor/intellij/TypeMappingPackageLineMarker.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class TypeMappingPackageLineMarker : RelatedItemLineMarkerProvider() {
7979
GotoRelatedItem(element, Goto.I18n.GROUP) {
8080

8181
override fun getCustomName(): String {
82-
return "${getSymbolPresentableText(this.element!!)}"
82+
return getSymbolPresentableText(this.element!!)
8383
}
8484

8585
override fun getCustomContainerName(): String {

0 commit comments

Comments
 (0)