Skip to content

Commit 17ffd3d

Browse files
committed
remove extra line
1 parent 9ac5561 commit 17ffd3d

File tree

1 file changed

+0
-1
lines changed
  • PluginsAndFeatures/azure-toolkit-for-eclipse/com.microsoft.azuretools.core/src/com/microsoft/azuretools/core/survey

1 file changed

+0
-1
lines changed

PluginsAndFeatures/azure-toolkit-for-eclipse/com.microsoft.azuretools.core/src/com/microsoft/azuretools/core/survey/CustomerSurveyHelper.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ private String getRequestUrl() {
184184
String id = AppInsightsClient.getInstallationId();
185185
String toolkitVersion = Activator.getDefault().getBundle().getVersion().toString();
186186
return String.format(SURVEY_URL, toolkitVersion, ide, os, jdk, id).replace(' ', '+');
187-
188187
}
189188

190189
static class SurveyConfig {

0 commit comments

Comments
 (0)