Add unreachable branch

master
Alexandros Naskos 2020-04-29 20:07:23 +03:00
parent 273d2de099
commit 61ba52b9e3
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ pub const Progress = struct {
if (windows.kernel32.SetConsoleCursorPosition(file.handle, cursor_pos) != windows.TRUE)
unreachable;
}
} else unreachable;
self.columns_written = 0;
}