diff options
author | Ben <benmaggacis+gitlab@gmail.com> | 2019-04-10 21:37:05 +0000 |
---|---|---|
committer | Ben <benmaggacis+gitlab@gmail.com> | 2019-04-10 21:37:05 +0000 |
commit | 0984637faf778b1174f56688857cd3b2a008c478 (patch) | |
tree | 43d9a141a1b2191f51e2b434f779b9a3313ea4c5 | |
parent | 6b546551b6eab35072685b2eba103bb1fe2a9e0d (diff) | |
download | gitlab-ce-0984637faf778b1174f56688857cd3b2a008c478.tar.gz |
Fix trailing white space
-rw-r--r-- | lib/api/import_github.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/import_github.rb b/lib/api/import_github.rb index 342efe3949b..1975f894440 100644 --- a/lib/api/import_github.rb +++ b/lib/api/import_github.rb @@ -20,7 +20,7 @@ module API def provider :github end - + def provider_unauthorized error!("Access denied to your #{Gitlab::ImportSources.title(provider.to_s)} account.", 500) end |