aboutsummaryrefslogtreecommitdiffstats
path: root/Plugins/SqlEnterpriseFormatter/formatbegintrans.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/SqlEnterpriseFormatter/formatbegintrans.cpp')
-rw-r--r--Plugins/SqlEnterpriseFormatter/formatbegintrans.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugins/SqlEnterpriseFormatter/formatbegintrans.cpp b/Plugins/SqlEnterpriseFormatter/formatbegintrans.cpp
index 55144dc..118f702 100644
--- a/Plugins/SqlEnterpriseFormatter/formatbegintrans.cpp
+++ b/Plugins/SqlEnterpriseFormatter/formatbegintrans.cpp
@@ -21,5 +21,5 @@ void FormatBeginTrans::formatInternal()
withId(bt->name);
}
- withConflict(bt->onConflict).withSemicolon();
+ withSemicolon();
}