Skip to content

Commit 1019be4

Browse files
committed
Fix cargo fmt --all -- --check error
1 parent 3eebfd4 commit 1019be4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/descriptor/mod.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -542,9 +542,7 @@ mod tests {
542542

543543
type StdDescriptor = Descriptor<PublicKey>;
544544
const TEST_PK: &'static str =
545-
"pk(\
546-
020000000000000000000000000000000000000000000000000000000000000002\
547-
)";
545+
"pk(020000000000000000000000000000000000000000000000000000000000000002)";
548546

549547
#[test]
550548
fn parse_descriptor() {

0 commit comments

Comments
 (0)