mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-10 01:21:16 -03:00
lint: missing break in switch statement
This commit is contained in:
@@ -870,7 +870,7 @@ wcstring block_t::description() const {
|
||||
}
|
||||
default: {
|
||||
DIE("unhandled block_type_t constant");
|
||||
abort();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user