Skip to content

Commit

Permalink
Apply spotless formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Montagon authored and github-actions[bot] committed Mar 22, 2024
1 parent a4f0531 commit 807adf9
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ E : AI.PromptClassifier,
E : Enum<E>

@Serializable
data class OutputResult<E>(val description: String, val contextDescription: String, val output: String, val result: E) where
E : AI.PromptClassifier,
E : Enum<E>
data class OutputResult<E>(
val description: String,
val contextDescription: String,
val output: String,
val result: E
) where E : AI.PromptClassifier, E : Enum<E>

0 comments on commit 807adf9

Please sign in to comment.