Skip to content

Commit

Permalink
Merge pull request #80 from dmitris/toml-space
Browse files Browse the repository at this point in the history
minor space fix for VSCode toml formatting
  • Loading branch information
vadorovsky authored Feb 2, 2023
2 parents 16b8d42 + 347d37c commit 6a605e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{project-name}}-ebpf/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel="nightly"
channel = "nightly"
# The source code of rustc, provided by the rust-src component, is needed for
# building eBPF programs.
components = [ "rustc", "rust-std", "cargo", "rust-docs", "rustfmt", "clippy", "rust-src" ]

0 comments on commit 6a605e0

Please sign in to comment.