Projet

Général

Profil

Révision b0b39b01

IDb0b39b018e200cd0b771675fd0a6489f6ee9f045
Parent 26c29daa
Enfant 809639ab

Ajouté par Lars Kruse il y a plus de 5 ans

Ruby plugins: apply style changes as suggested by "rubocop --fix-layout"

Voir les différences:

plugins/network/http__tp_link
45 45

  
46 46
class TPAdslStats
47 47
  def initialize(host, user, password)
48
    Net::HTTP.start( host ) do |http|
48
    Net::HTTP.start(host) do |http|
49 49
      req = Net::HTTP::Get.new('/statsadsl.html')
50 50
      req.basic_auth user, password
51 51
      response = http.request(req)

Formats disponibles : Unified diff