Skip to content

Commit

Permalink
checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
simei94 committed Mar 30, 2024
1 parent 8181ab9 commit b61a23c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public void configure(Header header, Layout layout) {
viz.x = "incomeGroup";
viz.xAxisName = "income group";
viz.yAxisName = "Toll paid [MXN]";
viz.columns = List.of("Mean [amount]","Median [amount]");
viz.columns = List.of("Mean [amount]", "Median [amount]");
});
}

Expand Down

0 comments on commit b61a23c

Please sign in to comment.