Skip to content

Commit

Permalink
formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
Sup3Legacy authored and boxdot committed Jul 10, 2021
1 parent cd07a1d commit 084820c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use super::MESSAGE_SCROLL_BACK;
use chrono::{DateTime, Local, NaiveDateTime, TimeZone as _, Utc};
use presage::prelude::PhoneNumber;
use serde::{Deserialize, Serialize};
use tui::widgets::ListState;
use super::MESSAGE_SCROLL_BACK;

#[derive(Serialize, Deserialize)]
pub struct StatefulList<T> {
Expand Down

0 comments on commit 084820c

Please sign in to comment.