Add unreachable branch
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user