mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 14:01:20 -03:00
Restyle codebase with clang-format
This commit is contained in:
@@ -1046,9 +1046,8 @@ void env_stack_impl_t::set_in_node(const env_node_ref_t &node, const wcstring &k
|
||||
val = colon_split(val);
|
||||
}
|
||||
|
||||
var = var.setting_vals(std::move(val))
|
||||
.setting_exports(res_exports)
|
||||
.setting_pathvar(res_pathvar);
|
||||
var =
|
||||
var.setting_vals(std::move(val)).setting_exports(res_exports).setting_pathvar(res_pathvar);
|
||||
|
||||
// Perhaps mark that this node contains an exported variable, or shadows an exported variable.
|
||||
// If so regenerate the export list.
|
||||
|
||||
Reference in New Issue
Block a user