diff --git a/src/dfmt.d b/src/dfmt.d index e04f0b8..71944ae 100644 --- a/src/dfmt.d +++ b/src/dfmt.d @@ -175,7 +175,7 @@ private: auto next = tokens[index + 1]; if (next.type == tok!";" || next.type == tok!"(" || next.type == tok!")" || next.type == tok!"," - || next.type == tok!"{") + || next.type == tok!"{" || next.type == tok!".") { writeToken(); }