Skip to content

Commit 299eccb

Browse files
YouXamCopilot
authored andcommitted
Update src/lib.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 61fcfac commit 299eccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pub mod metadata;
2-
pub fn get_env(key:&str)->String{
2+
pub fn get_env(key: &str) -> String {
33
std::env::var(key).expect(&format!("Error: Environment variable {} not set.",key))
44
}

0 commit comments

Comments
 (0)