Skip to content

Commit 78e1cf6

Browse files
committed
indent
1 parent 725182d commit 78e1cf6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

runtime/karura/src/xcm_config.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,12 @@ parameter_types! {
138138

139139
pub BaseRate: u128 = kar_per_second();
140140

141-
/// Location of Asset Hub
142-
pub AssetHubLocation: Location = Location::new(1, [Parachain(1000)]);
143-
pub RelayChainNativeAssetFromAssetHub: (AssetFilter, Location) = (
144-
RelayLocationFilter::get(),
145-
AssetHubLocation::get()
146-
);
141+
/// Location of Asset Hub
142+
pub AssetHubLocation: Location = Location::new(1, [Parachain(1000)]);
143+
pub RelayChainNativeAssetFromAssetHub: (AssetFilter, Location) = (
144+
RelayLocationFilter::get(),
145+
AssetHubLocation::get()
146+
);
147147
}
148148

149149
type Reserves = (

0 commit comments

Comments
 (0)