Skip to content

Commit

Permalink
Tidy up spaces and extra return in AgentConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
kanderson250 committed Oct 30, 2024
1 parent e3b8d0e commit c7f4cbc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1251,8 +1251,7 @@ public AttributesConfig getAttributesConfig() {
}

@Override

public ObfuscateJvmPropsConfig getObfuscateJvmPropsConfig() {return obfuscateJvmPropsConfig;}
public ObfuscateJvmPropsConfig getObfuscateJvmPropsConfig() { return obfuscateJvmPropsConfig; }

@Override
public ReinstrumentConfig getReinstrumentConfig() {
Expand Down

0 comments on commit c7f4cbc

Please sign in to comment.