diff options
author | Thong Kuah <tkuah@gitlab.com> | 2019-04-12 00:02:24 +1200 |
---|---|---|
committer | Thong Kuah <tkuah@gitlab.com> | 2019-04-13 00:45:38 +1200 |
commit | 0be52bf32fa38aca777401bb9e1bec9e011229e6 (patch) | |
tree | 11aa3ff865e0eef00cab62635a05bdc535fcb3bf /qa/qa/page/profile | |
parent | 026c92d5fa82fac87386d5691c3d5b1e02f2eb5e (diff) | |
download | gitlab-ce-0be52bf32fa38aca777401bb9e1bec9e011229e6.tar.gz |
Add frozen_string_literal to qa/frozen_string_literal_qa
This will be default in Ruby 3, so will be good to apply in QA ahead of
time to be consistent.
Diffstat (limited to 'qa/qa/page/profile')
-rw-r--r-- | qa/qa/page/profile/personal_access_tokens.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qa/qa/page/profile/personal_access_tokens.rb b/qa/qa/page/profile/personal_access_tokens.rb index c9a5a1b3ca0..6108fb4d93b 100644 --- a/qa/qa/page/profile/personal_access_tokens.rb +++ b/qa/qa/page/profile/personal_access_tokens.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + module QA module Page module Profile |