Skip to content

Commit a58bd09

Browse files
committed
fix: lint
1 parent c094176 commit a58bd09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal-api/src/main/java/datadog/trace/bootstrap/config/provider/StableConfigParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ static boolean selectorMatch(String origin, List<String> matches, String operato
143143
return matchOperator("java", operator, matches);
144144
case "environment_variables":
145145
if (key == null) {
146-
return false;
146+
return false;
147147
}
148148
String value = System.getenv(key.toUpperCase());
149149
if (value == null) {

0 commit comments

Comments
 (0)