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/blob_viewer/cargo_toml.rb')
-rw-r--r--app/models/blob_viewer/cargo_toml.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/blob_viewer/cargo_toml.rb b/app/models/blob_viewer/cargo_toml.rb
index 2f1ebd25b4f..eb2a6f4433d 100644
--- a/app/models/blob_viewer/cargo_toml.rb
+++ b/app/models/blob_viewer/cargo_toml.rb
@@ -4,7 +4,7 @@ module BlobViewer
class CargoToml < DependencyManager
include Static
- self.file_types = %i(cargo_toml)
+ self.file_types = %i[cargo_toml]
def manager_name
'Cargo'