Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
MaeIsBad committed Sep 5, 2023
1 parent 7f9bb8e commit e33b8f4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions veil-tests/src/compile_tests/succeed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,7 @@ fn test_redact_multiple_attributes() {
#[redact]
#[serde(default)]
bool,
#[serde(default)]
bool,
#[serde(default)] bool,
);

#[derive(Serialize, Deserialize, Redact, RandGen)]
Expand All @@ -254,8 +253,7 @@ fn test_redact_multiple_attributes() {
#[serde(default)]
#[redact(partial)]
bool,
#[serde(default)]
bool,
#[serde(default)] bool,
);

#[derive(Serialize, Deserialize, Redact, RandGen)]
Expand Down

0 comments on commit e33b8f4

Please sign in to comment.