Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
KG32 committed Dec 13, 2024
1 parent de84e8c commit aed12f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charming/tests/line.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ fn basic_line_chart() {
"series": [
{
"data": [150, 230, 224, 218, 135, 147, 260],
"type": "line",
"type": "line"
}
],
]
}
);

Expand Down

0 comments on commit aed12f4

Please sign in to comment.