Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit 08c5148

Browse files
endoplasmicRcyrille-leclerc
authored andcommitted
Revert Bracket changes
1 parent 64ab195 commit 08c5148

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/org/jmxtrans/agent/StatsDOutputWriter.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ protected synchronized void parseTagsAndMetricsNamePrefix(Map<String, String> se
7171
String tagsStr = ConfigurationUtils.getString(settings, SETTINGS_TAGS, "");
7272
tags = Tag.tagsFromCommaSeparatedString(tagsStr, "=");
7373
metricNamePrefix = ConfigurationUtils.getString(settings, SETTING_ROOT_PREFIX, getHostName().replaceAll("\\.", "_"));
74-
} else {
74+
}
75+
else {
7576
metricNamePrefix = ConfigurationUtils.getString(settings, SETTING_ROOT_PREFIX, getHostName().replaceAll("\\.", "_"));
7677
}
7778
}

0 commit comments

Comments
 (0)