Skip to content

Commit 896e3e6

Browse files
authored
fix trailing whitespace (#711)
1 parent 2ba9e85 commit 896e3e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/microsoft/applicationinsights/internal/heartbeat/WebAppsHeartbeatProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ private String getWebsiteSiteName() {
145145
*/
146146

147147
private String getWebsiteHostName() {
148-
return environmentMap.get("WEBSITE_HOSTNAME ");
148+
return environmentMap.get("WEBSITE_HOSTNAME");
149149
}
150150

151151
/**

0 commit comments

Comments
 (0)