mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-25 18:21:12 -03:00
[clang-tidy] remove redundant string initialization
Found with readability-redundant-string-init Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
committed by
Fabian Homborg
parent
473a5250ae
commit
68467eeca7
@@ -29,7 +29,7 @@
|
||||
struct function_cmd_opts_t {
|
||||
bool print_help = false;
|
||||
bool shadow_scope = true;
|
||||
wcstring description = L"";
|
||||
wcstring description;
|
||||
std::vector<event_description_t> events;
|
||||
wcstring_list_t named_arguments;
|
||||
wcstring_list_t inherit_vars;
|
||||
|
||||
Reference in New Issue
Block a user