apply formatting recommendations

This commit is contained in:
Anton Firszov 2021-10-14 20:38:06 +02:00
parent 01e3022521
commit 0a8a56b77a

View file

@ -5,8 +5,8 @@ use hir::{Adt, HasSource, ModuleDef, Semantics};
use ide_db::helpers::{mod_path_to_ast, FamousDefs}; use ide_db::helpers::{mod_path_to_ast, FamousDefs};
use ide_db::RootDatabase; use ide_db::RootDatabase;
use itertools::Itertools; use itertools::Itertools;
use syntax::TextRange;
use syntax::ast::{self, make, AstNode, HasName, MatchArm, Pat}; use syntax::ast::{self, make, AstNode, HasName, MatchArm, Pat};
use syntax::TextRange;
use crate::{ use crate::{
utils::{self, render_snippet, Cursor}, utils::{self, render_snippet, Cursor},