Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vayesy committed Mar 11, 2022
1 parent 90e417f commit 54c65e2
Show file tree
Hide file tree
Showing 3 changed files with 882 additions and 882 deletions.
26 changes: 13 additions & 13 deletions signal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ description = 'Signal pallet'

[package.metadata.substrate]
categories = [
'zero',
'core',
'pallet'
'zero',
'core',
'pallet'
]

[dependencies]
Expand Down Expand Up @@ -47,22 +47,22 @@ orml-currencies = { path = "../../orml/currencies", default-features = false }
default = ['std']
runtime-benchmarks = ['frame-benchmarking']
std = [
'codec/std',
'serde/std',
'scale-info/std',
'codec/std',
'serde/std',
'scale-info/std',

'frame-support/std',
'frame-system/std',
'frame-benchmarking/std',
'frame-support/std',
'frame-system/std',
'frame-benchmarking/std',

'sp-core/std',
'sp-std/std',
'sp-runtime/std',
'sp-core/std',
'sp-std/std',
'sp-runtime/std',

"orml-traits/std",
"orml-tokens/std",
"orml-currencies/std",

"support/std"
"support/std"
]
try-runtime = ['frame-support/try-runtime']
Loading

0 comments on commit 54c65e2

Please sign in to comment.