Skip to content
Snippets Groups Projects
Commit c301a51e authored by Allan Blanchard's avatar Allan Blanchard
Browse files

[wp] lint Stats

parent 7d7db9ff
No related branches found
No related tags found
No related merge requests found
...@@ -300,10 +300,10 @@ let pp_stats ~shell ~cache fmt s = ...@@ -300,10 +300,10 @@ let pp_stats ~shell ~cache fmt s =
if s.trivial = total then if s.trivial = total then
Format.fprintf fmt " (Trivial)" Format.fprintf fmt " (Trivial)"
else else
if updating || s.cached = cacheable then if updating || s.cached = cacheable then
Format.fprintf fmt " (Cached)" Format.fprintf fmt " (Cached)"
else else
Format.fprintf fmt " (Cached %d/%d)" s.cached cacheable Format.fprintf fmt " (Cached %d/%d)" s.cached cacheable
let pretty = pp_stats ~shell:false ~cache:NoCache let pretty = pp_stats ~shell:false ~cache:NoCache
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment