mirror of
https://github.com/neovim/neovim.git
synced 2026-08-25 00:21:55 +00:00
refactor: remove redundant NOLINT comments
This commit is contained in:
@@ -223,7 +223,7 @@ bool cause_errthrow(const char *mesg, bool multiline, bool severe, bool *ignore)
|
||||
// catch clause; just finally clauses are executed before the script
|
||||
// is terminated.
|
||||
return false;
|
||||
} else // NOLINT(readability/braces)
|
||||
} else
|
||||
#endif
|
||||
{
|
||||
// Prepare the throw of an error exception, so that everything will
|
||||
|
||||
Reference in New Issue
Block a user