From 347d37c9149a3041dc41cc9730866ffefa2c418c Mon Sep 17 00:00:00 2001 From: Dmitry Savintsev Date: Wed, 1 Feb 2023 21:50:59 +0100 Subject: [PATCH] minor space fix for VSCode toml formatting Signed-off-by: Dmitry Savintsev --- {{project-name}}-ebpf/rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{project-name}}-ebpf/rust-toolchain.toml b/{{project-name}}-ebpf/rust-toolchain.toml index 65561df..68a6ab9 100644 --- a/{{project-name}}-ebpf/rust-toolchain.toml +++ b/{{project-name}}-ebpf/rust-toolchain.toml @@ -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" ]