summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/examples/c/ex_async.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/examples/c/ex_async.c')
-rw-r--r--src/third_party/wiredtiger/examples/c/ex_async.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/third_party/wiredtiger/examples/c/ex_async.c b/src/third_party/wiredtiger/examples/c/ex_async.c
index 54df30e3ef2..b4d01d6d57f 100644
--- a/src/third_party/wiredtiger/examples/c/ex_async.c
+++ b/src/third_party/wiredtiger/examples/c/ex_async.c
@@ -110,10 +110,8 @@ main(int argc, char *argv[])
home = example_setup(argc, argv);
/*! [async example connection] */
- error_check(wiredtiger_open(home, NULL,
- "create,cache_size=100MB,"
- "async=(enabled=true,ops_max=20,threads=2)",
- &conn));
+ error_check(wiredtiger_open(
+ home, NULL, "create,cache_size=100MB,async=(enabled=true,ops_max=20,threads=2)", &conn));
/*! [async example connection] */
/*! [async example table create] */