Browse Source

Fix style.

Jelmer Vernooij 3 years ago
parent
commit
84e73dfa06
1 changed files with 1 additions and 0 deletions
  1. 1 0
      examples/rename-branch.py

+ 1 - 0
examples/rename-branch.py

@@ -13,6 +13,7 @@ args = parser.parse_args()
 
 client, path = get_transport_and_path_from_url(args.url)
 
+
 def generate_pack_data(*args, **kwargs):
     return pack_objects_to_data([])