diff options
Diffstat (limited to 'Master/texmf-dist/scripts/latexindent/LatexIndent/MandatoryArgument.pm')
-rw-r--r-- | Master/texmf-dist/scripts/latexindent/LatexIndent/MandatoryArgument.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/latexindent/LatexIndent/MandatoryArgument.pm b/Master/texmf-dist/scripts/latexindent/LatexIndent/MandatoryArgument.pm index ba6e220d09e..0b641231f2a 100644 --- a/Master/texmf-dist/scripts/latexindent/LatexIndent/MandatoryArgument.pm +++ b/Master/texmf-dist/scripts/latexindent/LatexIndent/MandatoryArgument.pm @@ -113,7 +113,7 @@ sub get_mand_arg_reg_exp{ return $mandArgRegExp; } -sub get_object_attribute_for_indentation_settings{ +sub yaml_get_object_attribute_for_indentation_settings{ my $self = shift; return ${$self}{modifyLineBreaksYamlName}; |