Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington committed Mar 28, 2024
1 parent 81175b4 commit d10ff97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@ import com.fasterxml.jackson.annotation.JsonAlias
* @param step
* The step size used for this stream of data.
*/
case class LwcDataExpr(id: String, expression: String, @JsonAlias(Array("frequency")) step: Long) {
}
case class LwcDataExpr(id: String, expression: String, @JsonAlias(Array("frequency")) step: Long) {}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import com.netflix.atlas.json.JsonSupport
* @param subExprs
* Data expressions that result from the root expression.
*/
case class LwcSubscriptionV2(expression: String, exprType: ExprType, subExprs: List[LwcDataExpr]) extends JsonSupport {
case class LwcSubscriptionV2(expression: String, exprType: ExprType, subExprs: List[LwcDataExpr])
extends JsonSupport {
val `type`: String = "subscription-v2"
}

0 comments on commit d10ff97

Please sign in to comment.