summaryrefslogtreecommitdiff
path: root/support/texlab/crates/bibtex-utils/src/field.rs
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/bibtex-utils/src/field.rs')
-rw-r--r--support/texlab/crates/bibtex-utils/src/field.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/texlab/crates/bibtex-utils/src/field.rs b/support/texlab/crates/bibtex-utils/src/field.rs
index 71bd25f6d0..b10278cf76 100644
--- a/support/texlab/crates/bibtex-utils/src/field.rs
+++ b/support/texlab/crates/bibtex-utils/src/field.rs
@@ -6,4 +6,4 @@ pub mod number;
pub mod text;
/// A cache used to accelerate related field parses.
-pub type FieldParseCache = FxHashMap<String, String>; \ No newline at end of file
+pub type FieldParseCache = FxHashMap<String, String>;