mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 10:51:15 -03:00
Formatting fixes
This commit is contained in:
@@ -518,7 +518,7 @@ message_t *create_message(fish_message_type_t type,
|
||||
*/
|
||||
void env_universal_common_get_names(wcstring_list_t &lst, bool show_exported, bool show_unexported)
|
||||
{
|
||||
wcstring_list_t names = default_universal_vars().get_names(show_exported, show_unexported);
|
||||
const wcstring_list_t names = default_universal_vars().get_names(show_exported, show_unexported);
|
||||
lst.insert(lst.end(), names.begin(), names.end());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user