mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
refactor: remove redundant NOLINT comments
This commit is contained in:
@@ -209,7 +209,7 @@ static void set_init_default_backupskip(void)
|
||||
p = "/tmp";
|
||||
# endif
|
||||
mustfree = false;
|
||||
} else // NOLINT(readability/braces)
|
||||
} else
|
||||
#endif
|
||||
{
|
||||
p = vim_getenv(names[n]);
|
||||
|
Reference in New Issue
Block a user