From 9b948672211bdefb09834d23dbd861aadf1ae34e Mon Sep 17 00:00:00 2001 From: Lukas Scheller Date: Sun, 11 Feb 2024 19:40:05 +0100 Subject: [PATCH] cargo fmt --- vhdl_lang/src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vhdl_lang/src/config.rs b/vhdl_lang/src/config.rs index b0437971..c9e6d0a9 100644 --- a/vhdl_lang/src/config.rs +++ b/vhdl_lang/src/config.rs @@ -205,7 +205,7 @@ impl Config { "../vhdl_libraries", "../../vhdl_libraries", "/usr/lib/rust_hdl/vhdl_libraries", - "../share/vhdl_libraries" + "../share/vhdl_libraries", ]; for dir in search_paths.into_iter() {