Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/grafana_integration.rb')
-rw-r--r--app/models/grafana_integration.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/grafana_integration.rb b/app/models/grafana_integration.rb
index 71abfd3f6da..37e69102521 100644
--- a/app/models/grafana_integration.rb
+++ b/app/models/grafana_integration.rb
@@ -11,8 +11,8 @@ class GrafanaIntegration < ApplicationRecord
before_validation :check_token_changes
validates :grafana_url,
- length: { maximum: 1024 },
- addressable_url: { enforce_sanitization: true, ascii_only: true }
+ length: { maximum: 1024 },
+ addressable_url: { enforce_sanitization: true, ascii_only: true }
validates :encrypted_token, :project, presence: true