Skip to content

Commit

Permalink
Disable formatting block
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones committed Jun 14, 2022
1 parent c1e55dd commit 94a6b92
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ private[scio] object MagnoliaMacros {

val magnoliaTree = Magnolia.gen[T](c)

// format:off
// format: off
// Remove annotations from magnolia since they are
// not serializable and we don't use them anyway
val removeAnnotations = new Transformer {
Expand All @@ -64,7 +64,7 @@ private[scio] object MagnoliaMacros {
}
}
}
// format:on
// format: on

removeAnnotations.transform(magnoliaTree)
}
Expand Down

0 comments on commit 94a6b92

Please sign in to comment.