Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Nov 27, 2023
1 parent 60eaf50 commit 1589439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tests/implement/tests/trust_level.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ impl IClosable_Impl for PartialTrust {
}
}

#[implement( IStringable, TrustLevel = Full)]
#[implement(IStringable, TrustLevel = Full)]
struct FullTrust;

impl IStringable_Impl for FullTrust {
Expand Down

0 comments on commit 1589439

Please sign in to comment.