Skip to content

Commit

Permalink
style: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmauro committed Nov 21, 2024
1 parent b6bdda4 commit 785fe5b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions core/lib/bin_metadata/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
use serde::Serialize;
use vise::{EncodeLabelSet, Info, Metrics};

use self::values::GIT_METADATA;
use self::values::RUST_METADATA;
use self::values::{GIT_METADATA, RUST_METADATA};

pub mod values {
use super::GitMetadata;
use super::RustMetadata;
use super::{GitMetadata, RustMetadata};

include!(concat!(env!("OUT_DIR"), "/metadata_values.rs"));
}
Expand Down

0 comments on commit 785fe5b

Please sign in to comment.