Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
archis-polyverse committed Dec 31, 2020
1 parent e24bb83 commit 5d29db9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/entry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ use std::fmt::{Display, Formatter, Result as FmtResult};
use std::time::Duration;
use strum_macros::EnumString;

#[cfg(feature="extra-traits")]
use serde::{Serialize, Deserialize};
#[cfg(feature = "extra-traits")]
use serde::{Deserialize, Serialize};

/// A parsed/structured entry from kernel log buffer
#[derive(PartialEq, Debug, Clone)]
Expand Down

0 comments on commit 5d29db9

Please sign in to comment.