aboutsummaryrefslogtreecommitdiff
path: root/src/types/schemacore.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/types/schemacore.ts')
-rw-r--r--src/types/schemacore.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/types/schemacore.ts b/src/types/schemacore.ts
index c709e3d7a..820f68d18 100644
--- a/src/types/schemacore.ts
+++ b/src/types/schemacore.ts
@@ -17,7 +17,7 @@
/**
* Core of the wallet's schema, used for painless export, import
* and schema migration.
- *
+ *
* If this schema is extended, it must be extended in a completely
* backwards-compatible way.
*/
@@ -55,4 +55,4 @@ interface SchemaCore {
* Schema version of the database that has been exported to the core schema
*/
versionSourceDatabase: number;
-} \ No newline at end of file
+}