vtjeng / MIPVerify.jl

Evaluating Robustness of Neural Networks with Mixed Integer Programming
MIT License
113 stars 31 forks source link

Apply prettier tool to entire repo. #149

Closed vtjeng closed 8 months ago

vtjeng commented 8 months ago

Reproducing:

$ npm install --save-dev --save-exact prettier
$ npx prettier . --write

In a subsequent PR, we will add a GitHub action to enforce that files are properly formatted.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (29c6063) 91.42% compared to head (097c12f) 91.42%. Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #149 +/- ## ======================================= Coverage 91.42% 91.42% ======================================= Files 25 25 Lines 816 816 ======================================= Hits 746 746 Misses 70 70 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.