We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee18c9b commit 11ff523Copy full SHA for 11ff523
internal-api/src/main/java/datadog/trace/api/git/GitInfoProvider.java
@@ -23,7 +23,7 @@ public class GitInfoProvider {
23
INSTANCE = new GitInfoProvider();
24
INSTANCE.registerGitInfoBuilder(new UserSuppliedGitInfoBuilder());
25
}
26
-
+
27
static final String NULL_PATH_STRING = Paths.get("").toAbsolutePath().toString();
28
29
private volatile Collection<GitInfoBuilder> builders = Collections.emptyList();
0 commit comments