Skip to content

Commit dce9654

Browse files
committed
Run format to fix lint error
1 parent 80e6589 commit dce9654

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Useful resources:
1313

1414
1. Install [Docker Desktop](https://www.docker.com/products/docker-desktop/)
1515
2. Clone the GitHub repo:
16-
1716
- _Windows users (do this first before checkout)_ : make sure to run git autocrlf setting is set to false so that carriage return characters are not inserted into files (which breaks them when they run inside the Linux container). To do so, open a Powershell and run: `git config --global core.autocrlf false`
1817
<br>
1918

src/styles/globals.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ p {
226226
}
227227

228228
/* MUI Chart Overrides */
229-
/* from: https://stackoverflow.com/questions/77853618/in-mui-x-charts-how-to-prevent-linechart-y-axis-label-from-overlapping-with-tic */
229+
/* from: https://stackoverflow.com/questions/77853618/in-mui-x-charts-how-to-prevent-linechart-y-axis-label-from-overlapping-with-tic */
230230
.benchmark-chart .MuiChartsAxis-directionY .MuiChartsAxis-label {
231231
transform: translateX(-12px) !important;
232-
}
232+
}

0 commit comments

Comments
 (0)