Skip to content

Commit

Permalink
Remove unnecessary #[rustfmt::skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jamillambert committed Jan 28, 2025
1 parent b62e8c8 commit b457a29
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions types/src/v28/blockchain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ use serde::{Deserialize, Serialize};
use super::{GetBlockchainInfoError, Softfork};
use crate::model;

#[rustfmt::skip] // Keep public re-exports separate.

/// Result of JSON-RPC method `getblockchaininfo`.
///
/// Method call: `getblockchaininfo`
Expand Down

0 comments on commit b457a29

Please sign in to comment.