summaryrefslogtreecommitdiff
path: root/support/latexindent/LatexIndent/UnNamedGroupingBracesBrackets.pm
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-09-10 03:01:10 +0000
committerNorbert Preining <norbert@preining.info>2023-09-10 03:01:10 +0000
commit5aeceaafdf41d8bd02ef1521380f21cbb163bd69 (patch)
tree6fc5a25e0ff30a802239a964357bb419c42f526a /support/latexindent/LatexIndent/UnNamedGroupingBracesBrackets.pm
parent802cff464fb0c30783078dd27c9615c8b3500af3 (diff)
CTAN sync 202309100301
Diffstat (limited to 'support/latexindent/LatexIndent/UnNamedGroupingBracesBrackets.pm')
-rw-r--r--support/latexindent/LatexIndent/UnNamedGroupingBracesBrackets.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/support/latexindent/LatexIndent/UnNamedGroupingBracesBrackets.pm b/support/latexindent/LatexIndent/UnNamedGroupingBracesBrackets.pm
index bf7008a6b4..a42258bccc 100644
--- a/support/latexindent/LatexIndent/UnNamedGroupingBracesBrackets.pm
+++ b/support/latexindent/LatexIndent/UnNamedGroupingBracesBrackets.pm
@@ -17,12 +17,12 @@ package LatexIndent::UnNamedGroupingBracesBrackets;
# For all communication, please visit: https://github.com/cmhughes/latexindent.pl
use strict;
use warnings;
-use LatexIndent::Tokens qw/%tokens/;
-use LatexIndent::GetYamlSettings qw/%mainSettings/;
+use LatexIndent::Tokens qw/%tokens/;
+use LatexIndent::GetYamlSettings qw/%mainSettings/;
use LatexIndent::TrailingComments qw/$trailingCommentRegExp/;
-use LatexIndent::Switches qw/$is_t_switch_active $is_tt_switch_active/;
-use LatexIndent::LogFile qw/$logger/;
-use Exporter qw/import/;
+use LatexIndent::Switches qw/$is_t_switch_active $is_tt_switch_active/;
+use LatexIndent::LogFile qw/$logger/;
+use Exporter qw/import/;
our @ISA = "LatexIndent::Command"; # class inheritance, Programming Perl, pg 321
our @EXPORT_OK
= qw/construct_unnamed_grouping_braces_brackets_regexp $un_named_grouping_braces_RegExp $un_named_grouping_braces_RegExp_trailing_comment/;