We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b42b5fd commit eafc35fCopy full SHA for eafc35f
1 file changed
src/EnvResolver.cpp
@@ -69,10 +69,10 @@ namespace vix::env
69
return out;
70
}
71
72
- [[nodiscard]] void push_candidate(std::vector<std::string> &candidates,
73
- std::string_view filename,
74
- const EnvFileOptions &options,
75
- vix::error::Error &error)
+ void push_candidate(std::vector<std::string> &candidates,
+ std::string_view filename,
+ const EnvFileOptions &options,
+ vix::error::Error &error)
76
{
77
if (error.has_error())
78
0 commit comments