summaryrefslogtreecommitdiff
path: root/support/latexindent/LatexIndent/Else.pm
diff options
context:
space:
mode:
Diffstat (limited to 'support/latexindent/LatexIndent/Else.pm')
-rw-r--r--support/latexindent/LatexIndent/Else.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/support/latexindent/LatexIndent/Else.pm b/support/latexindent/LatexIndent/Else.pm
index 5a367c784f..26d8014f5a 100644
--- a/support/latexindent/LatexIndent/Else.pm
+++ b/support/latexindent/LatexIndent/Else.pm
@@ -23,7 +23,6 @@ use LatexIndent::LogFile qw/$logger/;
use LatexIndent::Braces qw/$braceBracketRegExpBasic/;
use LatexIndent::Special qw/$specialBeginAndBracesBracketsBasicRegExp/;
use LatexIndent::Heading qw/$allHeadingsRegexp/;
-use Data::Dumper;
use Exporter qw/import/;
our @ISA = "LatexIndent::Document"; # class inheritance, Programming Perl, pg 321
our @EXPORT_OK = qw/check_for_else_statement/;