From d68bfbde54ea1132dde615dcac58b2983f7a7a66 Mon Sep 17 00:00:00 2001 From: a1346054 <36859588+a1346054@users.noreply.github.com> Date: Sat, 21 Aug 2021 20:45:30 +0000 Subject: use the same style of hashbang for all files --- tests/test-lz4-list.py | 2 +- tests/test-lz4-speed.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test-lz4-list.py b/tests/test-lz4-list.py index ce89757..b8d844a 100644 --- a/tests/test-lz4-list.py +++ b/tests/test-lz4-list.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 import subprocess import time import glob diff --git a/tests/test-lz4-speed.py b/tests/test-lz4-speed.py index 4a17d93..658939c 100644 --- a/tests/test-lz4-speed.py +++ b/tests/test-lz4-speed.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # # Copyright (c) 2016-2020, Przemyslaw Skibinski, Yann Collet, Facebook, Inc. -- cgit v0.12