Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Schottkyc137 committed Feb 11, 2024
1 parent 7a5589f commit 9b94867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vhdl_lang/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 9b94867

Please sign in to comment.