Skip to content

Commit

Permalink
Fixed fmt issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Lustyk authored and Michal Lustyk committed Jan 24, 2024
1 parent dda0526 commit ee2b897
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions eth-bridge/contracts/script/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ contract Deploy is Script {
3_000_000_000_000_000_000, // max supply limit
1_000_000 gwei, // min fee
100_000_000 gwei, // max fee
3 // min votes required
0 // min votes required
)
)
);
Expand Down Expand Up @@ -76,7 +76,7 @@ contract Deploy is Script {
1_000_000_000_000_000_000, // max supply limit
1_000_000 gwei, // min fee
100_000_000 gwei, // max fee
3 // min votes required
0 // min votes required
)
)
);
Expand Down
1 change: 0 additions & 1 deletion frame/llm/src/migrations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ pub mod v2 {

pub mod v3 {
use super::*;

pub struct Migration<T>(sp_std::marker::PhantomData<T>);

impl<T: Config> OnRuntimeUpgrade for Migration<T> {
Expand Down

0 comments on commit ee2b897

Please sign in to comment.