Skip to content

Commit 0451e23

Browse files
author
IDX GitHub Automation
committed
Automatically fixing code for linting and formatting issues
1 parent 49e8481 commit 0451e23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rs/nns/governance/src/proposals/update_canister_settings.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
use crate::{
22
pb::v1::{
3-
GovernanceError, SelfDescribingValue, Topic, UpdateCanisterSettings,
4-
update_canister_settings::{CanisterSettings, LogVisibility, SnapshotVisibility},
5-
CanisterSettings, GovernanceError, SelfDescribingValue, Topic, UpdateCanisterSettings,
3+
CanisterSettings, GovernanceError, GovernanceError, SelfDescribingValue,
4+
SelfDescribingValue, Topic, Topic, UpdateCanisterSettings, UpdateCanisterSettings,
65
canister_settings::LogVisibility,
6+
update_canister_settings::{CanisterSettings, LogVisibility, SnapshotVisibility},
77
},
88
proposals::{
99
call_canister::CallCanister,

0 commit comments

Comments
 (0)