Skip to content

Commit 2c4714b

Browse files
committed
fix: rustfmt import grouping in storage.rs (CI fmt check)
1 parent cedc991 commit 2c4714b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

contracts/ledgerlens-score/src/storage.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
use soroban_sdk::{Address, Bytes, Env, Symbol, Vec};
22

33
use crate::constants::{
4-
DEFAULT_COOLDOWN_SECS, DEFAULT_RISK_THRESHOLD, DEFAULT_UPGRADE_DELAY_SECS,
5-
SCORE_TTL_EXTEND_TO, SCORE_TTL_THRESHOLD,
4+
DEFAULT_COOLDOWN_SECS, DEFAULT_RISK_THRESHOLD, DEFAULT_UPGRADE_DELAY_SECS, SCORE_TTL_EXTEND_TO,
5+
SCORE_TTL_THRESHOLD,
66
};
77
use crate::types::{AggregateRiskScore, DataKey, RiskScore, UpgradeProposal};
88

0 commit comments

Comments
 (0)