Skip to content

Commit 33a15ec

Browse files
committed
rustfmt: reformat long operator wrappings
1 parent d2c8695 commit 33a15ec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/api.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,10 @@ mod tests {
965965
let perms = description.perms;
966966
let new_perms = {
967967
let mut tmp_perms = perms.clone();
968-
let write_bits = constants::POSSESSOR_WRITE | constants::USER_WRITE | constants::GROUP_WRITE | constants::OTHER_WRITE;
968+
let write_bits = constants::POSSESSOR_WRITE
969+
| constants::USER_WRITE
970+
| constants::GROUP_WRITE
971+
| constants::OTHER_WRITE;
969972
tmp_perms.remove(write_bits);
970973
tmp_perms
971974
};

0 commit comments

Comments
 (0)