فهرست منبع

style: remove extra blank lines

Nicolas Duchon 1 سال پیش
والد
کامیت
25883ac05f
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      test/test_log_json_format.py

+ 0 - 2
test/test_log_json_format.py

@@ -12,5 +12,3 @@ def test_log_json_format(docker_compose, nginxproxy):
     docker_logs = docker_logs.decode("utf-8").splitlines()
     docker_logs = [line for line in docker_logs if "{\"time_local\":" in line]
     assert "GET /port" in docker_logs[0]
-
-