diff options
author | Vincent Ambo <mail@tazj.in> | 2020-08-02T00·31+0100 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2020-08-02T21·57+0000 |
commit | de27b3c1ff7ef347d14a1b361156fedbfd8f8558 (patch) | |
tree | 365f81fa0906eee75a90ca04411093085b56d890 /fun/paroxysm/src/keyword.rs | |
parent | 1faab130040a3bcb205cf682c8b39ac881ad9b3e (diff) |
style(paroxysm): Apply rustfmt r/1551
Change-Id: I959b6a1008f1b0ef632c0194adc0f680e7c27d62 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1561 Tested-by: BuildkiteCI Reviewed-by: kanepyork <rikingcoding@gmail.com>
Diffstat (limited to 'fun/paroxysm/src/keyword.rs')
-rw-r--r-- | fun/paroxysm/src/keyword.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fun/paroxysm/src/keyword.rs b/fun/paroxysm/src/keyword.rs index 16d962ab0544..7bbc8cadf6a1 100644 --- a/fun/paroxysm/src/keyword.rs +++ b/fun/paroxysm/src/keyword.rs @@ -1,8 +1,8 @@ use crate::models::{Entry, Keyword, NewEntry, NewKeyword}; use diesel::pg::PgConnection; use diesel::prelude::*; -use failure::Error; use failure::format_err; +use failure::Error; use std::borrow::Cow; /// Maximum number of times we'll follow a `see: ` pointer. |