diff --git a/src/dfmt/formatter.d b/src/dfmt/formatter.d index c957c9a..9fa70ad 100644 --- a/src/dfmt/formatter.d +++ b/src/dfmt/formatter.d @@ -1278,7 +1278,6 @@ private: } else if (currentIs(tok!"{")) { - indents.dump(); indents.popWrapIndents(); if (peekBackIsSlashSlash() && peekBack2Is(tok!";")) {