Skip to content

Commit

Permalink
Format files
Browse files Browse the repository at this point in the history
  • Loading branch information
purefunctor committed Feb 13, 2024
1 parent c8f8d27 commit 3763e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/analyzer-module/src/infer/rules/value.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use itertools::Itertools;

use crate::{
id::InFile, index::nominal::ValueGroupId, scope::VariableResolution,
surface::tree::*, InferenceDatabase,
id::InFile, index::nominal::ValueGroupId, scope::VariableResolution, surface::tree::*,
InferenceDatabase,
};

use super::{recursive_let_names, CoreType, CoreTypeId, InferContext};
Expand Down

0 comments on commit 3763e78

Please sign in to comment.