Skip to content

Commit eafc35f

Browse files
committed
fix(env): clean up resolver implementation
1 parent b42b5fd commit eafc35f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/EnvResolver.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ namespace vix::env
6969
return out;
7070
}
7171

72-
[[nodiscard]] void push_candidate(std::vector<std::string> &candidates,
73-
std::string_view filename,
74-
const EnvFileOptions &options,
75-
vix::error::Error &error)
72+
void push_candidate(std::vector<std::string> &candidates,
73+
std::string_view filename,
74+
const EnvFileOptions &options,
75+
vix::error::Error &error)
7676
{
7777
if (error.has_error())
7878
{

0 commit comments

Comments
 (0)