lib: format
This commit is contained in:
@@ -14,8 +14,7 @@ class CreateDb extends Command {
|
||||
addLibsqliteArg(argParser);
|
||||
argParser.addFlag(
|
||||
'wal',
|
||||
help:
|
||||
'''Whether to use Write-Ahead Logging (WAL) mode.
|
||||
help: '''Whether to use Write-Ahead Logging (WAL) mode.
|
||||
|
||||
This is recommended for better performance, but may not be used with
|
||||
the readonly NixOS store.
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
import 'dart:convert';
|
||||
import 'dart:io';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user