summaryrefslogtreecommitdiff
path: root/support/texlab/crates/bibtex-utils/src/field/text.rs
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/bibtex-utils/src/field/text.rs')
-rw-r--r--support/texlab/crates/bibtex-utils/src/field/text.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/texlab/crates/bibtex-utils/src/field/text.rs b/support/texlab/crates/bibtex-utils/src/field/text.rs
index b3eabaff0e..89f7b569ca 100644
--- a/support/texlab/crates/bibtex-utils/src/field/text.rs
+++ b/support/texlab/crates/bibtex-utils/src/field/text.rs
@@ -1,8 +1,8 @@
use rowan::{ast::AstNode, NodeOrToken};
use syntax::bibtex::{
- Accent, Command, CurlyGroup, HasAccentName, HasCommandName, HasName, HasWord, Join,
- Literal, QuoteGroup, SyntaxKind::*, SyntaxToken, Value,
+ Accent, Command, CurlyGroup, HasAccentName, HasCommandName, HasName, HasWord, Join, Literal,
+ QuoteGroup, SyntaxKind::*, SyntaxToken, Value,
};
use super::FieldParseCache;