Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bpandreotti committed Aug 13, 2024
1 parent f3bb55d commit c38f453
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions carcara/src/checker/rules/subproof.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use super::{
assert_clause_len, assert_eq, assert_polyeq, assert_is_expected, assert_num_premises, get_premise_term,
CheckerError, EqualityError, RuleArgs, RuleResult,
assert_clause_len, assert_eq, assert_is_expected, assert_num_premises, assert_polyeq,
get_premise_term, CheckerError, EqualityError, RuleArgs, RuleResult,
};
use crate::{ast::*, checker::error::SubproofError};
use indexmap::{IndexMap, IndexSet};
Expand Down

0 comments on commit c38f453

Please sign in to comment.