summaryrefslogtreecommitdiffstats
path: root/Plugins/SqlEnterpriseFormatter/formatempty.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/SqlEnterpriseFormatter/formatempty.cpp')
-rw-r--r--Plugins/SqlEnterpriseFormatter/formatempty.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/Plugins/SqlEnterpriseFormatter/formatempty.cpp b/Plugins/SqlEnterpriseFormatter/formatempty.cpp
new file mode 100644
index 0000000..976694e
--- /dev/null
+++ b/Plugins/SqlEnterpriseFormatter/formatempty.cpp
@@ -0,0 +1,11 @@
+#include "formatempty.h"
+
+FormatEmpty::FormatEmpty(SqliteEmptyQuery* eq) :
+ eq(eq)
+{
+}
+
+void FormatEmpty::formatInternal()
+{
+ withSemicolon();
+}