Browse Source

fix missing curly brace.

pull/5/head
Herbert Poul 3 years ago
parent
commit
bc46c500ac
  1. 2
      lib/src/kdbx_format.dart

2
lib/src/kdbx_format.dart

@ -512,7 +512,7 @@ class MergeContext implements OverwriteContext {
@override
String toString() {
return '$runtimeType{${debugSummary()}';
return '$runtimeType{${debugSummary()}}';
}
}

Loading…
Cancel
Save