Delete unused FIXME
This commit is contained in:
@@ -32,7 +32,7 @@ return {
|
||||
use_default_comment = false, -- If you want to prefix the template with the default comment for the language (default_generator)
|
||||
google_docstrings = {
|
||||
{ nil, '"""' },
|
||||
{ "parameters", "\t%s: ", { before_first_item = "Args: " } }, -- FIXME when no parameter is set
|
||||
{ "parameters", "\t%s: ", { before_first_item = "Args: " } },
|
||||
{ nil, '"""' },
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user