summaryrefslogtreecommitdiff
path: root/app/serializers/tree_root_entity.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/serializers/tree_root_entity.rb')
-rw-r--r--app/serializers/tree_root_entity.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/serializers/tree_root_entity.rb b/app/serializers/tree_root_entity.rb
index 496f070ddbd..f1cfcd943d8 100644
--- a/app/serializers/tree_root_entity.rb
+++ b/app/serializers/tree_root_entity.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
# TODO: Inherit from TreeEntity, when `Tree` implements `id` and `name` like `Gitlab::Git::Tree`.
class TreeRootEntity < Grape::Entity
include RequestAwareEntity