Skip to content

Commit

Permalink
chore: megalinter formatting #2
Browse files Browse the repository at this point in the history
Signed-off-by: Yurii Shynbuiev <[email protected]>
  • Loading branch information
yshyn-iohk committed Oct 8, 2024
1 parent 22a087d commit c4fc534
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

package org.hyperledger.identus.client.models

import com.google.gson.*
import com.google.gson.JsonElement
import com.google.gson.annotations.JsonAdapter
import com.google.gson.annotations.SerializedName
import org.hyperledger.identus.client.adapters.StringOrStringArrayAdapter
Expand All @@ -33,4 +33,4 @@ data class Service(
@SerializedName("serviceEndpoint")
val serviceEndpoint: JsonElement? = null,

)
)

0 comments on commit c4fc534

Please sign in to comment.