diff options
author | gfyoung <gfyoung17@gmail.com> | 2018-09-11 12:08:34 -0700 |
---|---|---|
committer | gfyoung <gfyoung17@gmail.com> | 2018-09-11 12:15:23 -0700 |
commit | 47b3038434f50f216b6a9b9d0ed05ac5ff586625 (patch) | |
tree | 28261964a27bcee8820af1331bc7fe5c2c7438b5 /app/finders/todos_finder.rb | |
parent | e91dc8f4badfdb4742d1662f34edd85f43fb317f (diff) | |
download | gitlab-ce-47b3038434f50f216b6a9b9d0ed05ac5ff586625.tar.gz |
Enable frozen string in app/graphql + app/finders
Partially addresses #47424.
Diffstat (limited to 'app/finders/todos_finder.rb')
-rw-r--r-- | app/finders/todos_finder.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/finders/todos_finder.rb b/app/finders/todos_finder.rb index 6e9c8ea6fde..0fe0a3cf526 100644 --- a/app/finders/todos_finder.rb +++ b/app/finders/todos_finder.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + # TodosFinder # # Used to filter Todos by set of params |