Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3700392
D10255.id34436.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
639 B
Referenced Files
None
Subscribers
None
D10255.id34436.diff
View Options
diff --git a/web/cpp/SQLiteQueryExecutorBindings.cpp b/web/cpp/SQLiteQueryExecutorBindings.cpp
--- a/web/cpp/SQLiteQueryExecutorBindings.cpp
+++ b/web/cpp/SQLiteQueryExecutorBindings.cpp
@@ -74,7 +74,8 @@
.function("removeThreads", &SQLiteQueryExecutor::removeThreads)
.function("beginTransaction", &SQLiteQueryExecutor::beginTransaction)
.function("commitTransaction", &SQLiteQueryExecutor::commitTransaction)
- .function("rollbackTransaction", &SQLiteQueryExecutor::rollbackTransaction);
+ .function(
+ "rollbackTransaction", &SQLiteQueryExecutor::rollbackTransaction);
}
} // namespace comm
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jan 8, 4:31 PM (3 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2820356
Default Alt Text
D10255.id34436.diff (639 B)
Attached To
Mode
D10255: [web] fix C++ formatting
Attached
Detach File
Event Timeline
Log In to Comment