Skip to content

Commit d4252a6

Browse files
committed
Fixed formatting
Signed-off-by: Gavin Jaeger-Freeborn <[email protected]>
1 parent cc210a1 commit d4252a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ffi/cred_def.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ pub extern "C" fn anoncreds_credential_definition_get_attribute(
2929
"tag" => cred_def.tag.to_string().to_owned(),
3030
"issuer_id" => cred_def.issuer_id.to_string().to_owned(),
3131
"signature_type" => match cred_def.signature_type {
32-
SignatureType::CL => "CL".to_string()
33-
}
32+
SignatureType::CL => "CL".to_string(),
33+
},
3434
s => return Err(err_msg!("Unsupported attribute: {}", s)),
3535
};
3636
unsafe { *result_p = rust_string_to_c(val) };

0 commit comments

Comments
 (0)