Skip to content

Commit

Permalink
rm duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
lubegasimon committed Dec 3, 2023
1 parent fc456fe commit 5608a04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/ppx/src/declarations_to_emotion.re
Original file line number Diff line number Diff line change
Expand Up @@ -2290,8 +2290,7 @@ let text_emphasis_position =
| `Under => [%expr `under];
};
switch (value) {
| (`Over, None) => [%expr `over]
| (`Under, None) => [%expr `under]
| (y, None) => [%expr [%e render_over_or_under(~loc, y)]]
| (y, Some(position)) =>
[%expr
`yx((
Expand Down

0 comments on commit 5608a04

Please sign in to comment.