Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
brech1 committed Jun 14, 2024
1 parent 8ac8d54 commit e6c0b9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/arithmetic_circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,9 @@ impl BristolLine {

#[cfg(test)]
mod tests {
use std::io::{BufReader, Cursor};
use crate::compiler::AGateType;
use super::*;
use crate::compiler::AGateType;
use std::io::{BufReader, Cursor};

// Helper function to create a sample ArithmeticCircuit
fn create_sample_circuit() -> ArithmeticCircuit {
Expand Down

0 comments on commit e6c0b9e

Please sign in to comment.