Skip to content

Commit

Permalink
Add missing matches
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasAlaif committed Feb 12, 2024
1 parent 95b29ab commit c2938a4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,8 @@ object ViperIDEProtocol extends akka.http.scaladsl.marshallers.sprayjson.SprayJs
case q: QuantifierInstantiationsMessage => q.toJson
case q: QuantifierChosenTriggersMessage => q.toJson
case v: VerificationTerminationMessage => v.toJson
case p: PProgramReport => p.semanticAnalysisSuccess.toJson
case w: WarningsDuringVerification => w.toJson
}))
})

Expand Down

0 comments on commit c2938a4

Please sign in to comment.