Projet

Général

Profil

0006-to-fixup-remove-blank-line.patch

Benjamin Dauvergne, 08 juin 2021 15:17

Télécharger (725 octets)

Voir les différences:

Subject: [PATCH 6/9] to fixup: remove blank line

 chrono/api/views.py | 1 -
 1 file changed, 1 deletion(-)
chrono/api/views.py
108 108
      If it is excluded, ignore it completely.
109 109
      If it is booked, report the slot as full.
110 110
      If it is booked but match the lock code, report the slot as open.
111

  
112 111
    """
113 112
    resources = resources or []
114 113
    # virtual agendas have one constraint :
115
-