diff --git a/src/SQLite.cs b/src/SQLite.cs index 1697fe9f..4194b181 100644 --- a/src/SQLite.cs +++ b/src/SQLite.cs @@ -1641,7 +1641,8 @@ public void RunInTransaction (Action action) /// /// /// An of the objects to insert. - /// + /// + /// /// A boolean indicating if the inserts should be wrapped in a transaction. /// /// diff --git a/src/SQLiteAsync.cs b/src/SQLiteAsync.cs index a33f80f4..be20177d 100644 --- a/src/SQLiteAsync.cs +++ b/src/SQLiteAsync.cs @@ -1033,7 +1033,8 @@ public Task ExecuteAsync (string query, params object[] args) /// /// /// An of the objects to insert. - /// + /// + /// /// A boolean indicating if the inserts should be wrapped in a transaction. /// ///