From 09b972f1dc1686f6147427825469c5628435137e Mon Sep 17 00:00:00 2001 From: Michael Angerman <1809991+stormasm@users.noreply.github.com> Date: Wed, 20 Apr 2022 07:56:15 -0700 Subject: [PATCH] add newlines to end of the default configs (#5256) --- docs/sample_config/default_config.nu | 2 +- docs/sample_config/default_env.nu | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sample_config/default_config.nu b/docs/sample_config/default_config.nu index 7de068387e..7eebe45989 100644 --- a/docs/sample_config/default_config.nu +++ b/docs/sample_config/default_config.nu @@ -332,4 +332,4 @@ let-env config = { event: { send: menu name: commands_with_description } } ] -} \ No newline at end of file +} diff --git a/docs/sample_config/default_env.nu b/docs/sample_config/default_env.nu index fe6f0d25ea..7a3946b000 100644 --- a/docs/sample_config/default_env.nu +++ b/docs/sample_config/default_env.nu @@ -55,4 +55,4 @@ let-env NU_PLUGIN_DIRS = [ ] # To add entries to PATH (on Windows you might use Path), you can use the following pattern: -# let-env PATH = ($env.PATH | prepend '/some/path') \ No newline at end of file +# let-env PATH = ($env.PATH | prepend '/some/path')