Skip to content

Commit 488ec83

Browse files
committed
fix fmt
1 parent 339d80e commit 488ec83

File tree

1 file changed

+4
-4
lines changed
  • rust/signed_doc/src/validator/rules/chain

1 file changed

+4
-4
lines changed

rust/signed_doc/src/validator/rules/chain/tests.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ async fn test_without_chaining_documents() {
121121
.build();
122122
provider.add_document(&first).unwrap();
123123
provider.add_document(&intermediate).unwrap();
124-
124+
125125
(provider, last)
126126
} => true;
127127
"valid intermediate chained documents (0, 1, -2)"
@@ -165,7 +165,7 @@ async fn test_valid_chained_documents(
165165
))
166166
.build();
167167
provider.add_document(&first).unwrap();
168-
168+
169169
(provider, last)
170170
} => false;
171171
"not have the same id as the document being chained to"
@@ -199,7 +199,7 @@ async fn test_valid_chained_documents(
199199
))
200200
.build();
201201
provider.add_document(&first).unwrap();
202-
202+
203203
(provider, last)
204204
} => false;
205205
"not have a ver that is greater than the ver being chained to"
@@ -234,7 +234,7 @@ async fn test_valid_chained_documents(
234234
))
235235
.build();
236236
provider.add_document(&first).unwrap();
237-
237+
238238
(provider, last)
239239
} => false;
240240
"not the same type as the chained document"

0 commit comments

Comments
 (0)