Skip to content

Commit 1d5e256

Browse files
committed
cleanup
1 parent a03ad59 commit 1d5e256

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gcp-auth-extension/src/main/java/io/opentelemetry/contrib/gcp/auth/GcpAuthCustomizerProvider.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ public class GcpAuthCustomizerProvider implements DeclarativeConfigurationCustom
4848
public void customize(DeclarativeConfigurationCustomizer customizer) {
4949
customizer.addModelCustomizer(
5050
model -> {
51-
customize(model, GcpAuthAutoConfigurationCustomizerProvider.getCredentials(),
51+
customize(
52+
model,
53+
GcpAuthAutoConfigurationCustomizerProvider.getCredentials(),
5254
ConfigPropertiesUtil.resolveModel(model));
5355

5456
return model;

0 commit comments

Comments
 (0)