diff options
author | Tomasz Maczukin <tomasz@maczukin.pl> | 2016-01-12 19:32:44 +0100 |
---|---|---|
committer | Tomasz Maczukin <tomasz@maczukin.pl> | 2016-01-12 19:32:44 +0100 |
commit | efb3395b4fc0425ebbc2437ad03f0cd5fc851863 (patch) | |
tree | 0556b0537f9918533e3f003c7c356206a0bee979 | |
parent | b60445906849e84ff52ac6a5d7d501bb5a21eb60 (diff) | |
download | gitlab-ce-efb3395b4fc0425ebbc2437ad03f0cd5fc851863.tar.gz |
Remove blank line
-rw-r--r-- | lib/api/api.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/api/api.rb b/lib/api/api.rb index a9e1913f0f2..098dd975840 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -54,7 +54,6 @@ module API mount Keys mount Tags mount Triggers - mount Variables end end |