authorgravatar for alex_naskos@hotmail.comAlexandros Naskos <alex_naskos@hotmail.com> 2020-04-29 20:07:23+03:00
committergravatar for alex_naskos@hotmail.comAlexandros Naskos <alex_naskos@hotmail.com> 2020-04-29 20:07:23+03:00
log61ba52b9e306f967ea38cd4494dfd3318d3266b8
tree6c97d4edbd93c81120b177b205cd53714417b235
parent273d2de099491278e7248b791f36395ab1a2e11a

Add unreachable branch


1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/progress.zig+1-1
......@@ -178,7 +178,7 @@ pub const Progress = struct {
178178
179179 if (windows.kernel32.SetConsoleCursorPosition(file.handle, cursor_pos) != windows.TRUE)
180180 unreachable;
181 }
181 } else unreachable;
182182
183183 self.columns_written = 0;
184184 }