[SCM] ci-tooling packaging branch, master, updated. 35277096009b100c57e0ab254be94b0a2e2756f2

Harald Sitter apachelogger-guest at moszumanska.debian.org
Mon Dec 7 12:57:50 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=7aa23a3

The following commit has been merged in the master branch:
commit 7aa23a3cb51b66d9ff9a2dc868106619c911cf20
Author: Harald Sitter <sitter at kde.org>
Date:   Mon Dec 7 13:37:45 2015 +0100

    fix indention
---
 lib/lp.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/lp.rb b/lib/lp.rb
index dfb03c2..3b4241c 100644
--- a/lib/lp.rb
+++ b/lib/lp.rb
@@ -137,8 +137,8 @@ module Launchpad
     Net::HTTP.start(uri.hostname,
                     uri.port,
                     use_ssl: (uri.scheme == 'https')) do |http|
-                      d = http.request_get(uri, 'Cache-Control' => 'max-age=0').body
-                    end
+      d = http.request_get(uri, 'Cache-Control' => 'max-age=0').body
+    end
     d
   end
 

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list