Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
Rebase cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Apr 21, 2022
1 parent ef71344 commit e2d4d9c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate::format_traits::FormatOptional;
use crate::{
format_elements, hard_group_elements, space_token, utils::has_leading_newline, Format,
FormatElement, FormatNode, FormatResult, Formatter,
format_elements, hard_group_elements, space_token, Format, FormatElement, FormatNode,
FormatResult, Formatter,
};
use rome_js_syntax::{TsInterfaceDeclaration, TsInterfaceDeclarationFields};

Expand Down

0 comments on commit e2d4d9c

Please sign in to comment.