Remove unnecessary new lines

pull/396/head
Sasini Sandamali 3 months ago
parent 82a7ea3213
commit 1e845289b0

@ -129,9 +129,7 @@ public class GrafanaRequestHandlerUtil {
log.error(errMsg); log.error(errMsg);
throw new RefererNotValid(errMsg); throw new RefererNotValid(errMsg);
} }
GrafanaConfiguration configuration = GrafanaConfigurationManager.getInstance().getGrafanaConfiguration(); GrafanaConfiguration configuration = GrafanaConfigurationManager.getInstance().getGrafanaConfiguration();
boolean dashboardIntegrationConfig = configuration.getValidationConfig().getDashboardIntegration(); boolean dashboardIntegrationConfig = configuration.getValidationConfig().getDashboardIntegration();
GrafanaPanelIdentifier panelIdentifier = GrafanaUtil.getPanelIdentifierFromReferer(referer); GrafanaPanelIdentifier panelIdentifier = GrafanaUtil.getPanelIdentifierFromReferer(referer);
if (!dashboardIntegrationConfig) { if (!dashboardIntegrationConfig) {

Loading…
Cancel
Save