#include "formatempty.h" FormatEmpty::FormatEmpty(SqliteEmptyQuery* eq) : eq(eq) { } void FormatEmpty::formatInternal() { withSemicolon(); }