remove redundant {..}

This commit is contained in:
Dustin J. Mitchell
2021-10-01 22:18:24 -04:00
parent a143660124
commit bcef6bf392
18 changed files with 18 additions and 18 deletions

View File

@@ -159,7 +159,7 @@ impl Server for LocalServer {
#[cfg(test)]
mod test {
use super::*;
use pretty_assertions::{assert_eq};
use pretty_assertions::assert_eq;
use tempfile::TempDir;
#[test]

View File

@@ -78,7 +78,7 @@ impl AsRef<[u8]> for HistoryCiphertext {
#[cfg(test)]
mod test {
use super::*;
use pretty_assertions::{assert_eq};
use pretty_assertions::assert_eq;
#[test]
fn round_trip() {